We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef54c6 commit 7acda2dCopy full SHA for 7acda2d
1 file changed
.github/workflows/nodejs.yml
@@ -12,11 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v1
16
- - name: Use Node.js 12.x
17
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v5
+ - name: Use Node.js 24.x
+ uses: actions/setup-node@v5
18
with:
19
- node-version: 12.x
+ node-version: 24.x
20
- name: npm install, build, and test
21
run: |
22
npm install
0 commit comments