We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f7ad0 commit b73b2c7Copy full SHA for b73b2c7
1 file changed
.github/workflows/nodejs.yml
@@ -16,12 +16,12 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [16.x]
+ node-version: [24.x]
20
21
steps:
22
- uses: actions/checkout@v3
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm install
0 commit comments