Skip to content

Commit 7acda2d

Browse files
authored
Update nodejs.yml
1 parent eef54c6 commit 7acda2d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v1
16-
- name: Use Node.js 12.x
17-
uses: actions/setup-node@v1
15+
- uses: actions/checkout@v5
16+
- name: Use Node.js 24.x
17+
uses: actions/setup-node@v5
1818
with:
19-
node-version: 12.x
19+
node-version: 24.x
2020
- name: npm install, build, and test
2121
run: |
2222
npm install

0 commit comments

Comments
 (0)