Skip to content

Commit 71fec93

Browse files
Update GitHub Actions to v4
1 parent 92afcaa commit 71fec93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Use Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
21+
node-version: '20'
2122
cache: "npm"
2223
- run: npm ci
2324
- run: npm run deps --if-present

0 commit comments

Comments
 (0)