Skip to content

Commit 03a0d69

Browse files
authored
Update node.js.yml
1 parent 1af4638 commit 03a0d69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

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

1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Use Node.js '16.x'
19-
uses: actions/setup-node@v1
17+
- uses: actions/checkout@v4
18+
- name: Use Node.js '23.x'
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: '16.x'
21+
node-version: '23.x'
2222
- run: npm ci
2323
- run: npm run build --if-present
2424
- run: npm test

0 commit comments

Comments
 (0)