Skip to content

Commit 49e32db

Browse files
Merge pull request #20 from gastonrobledo/dependabot-github_actions-main-actions-setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 6218606 + 401007d commit 49e32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout the code
1717
uses: actions/checkout@v4 # https://github.com/actions/checkout
1818
- name: Setup Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3 # https://github.com/actions/setup-node
19+
uses: actions/setup-node@v4 # https://github.com/actions/setup-node
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
cache: 'npm'

0 commit comments

Comments
 (0)