We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f8d48 commit 74af441Copy full SHA for 74af441
.github/workflows/ci.yml
@@ -7,8 +7,11 @@ jobs:
7
name: Build & Test
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v6
12
+ with:
13
+ node-version: 22
14
+ cache: 'npm'
15
- run: npm ci
16
- run: npm run build
17
- run: npm test
action.yml
@@ -47,5 +47,5 @@ inputs:
47
default: 'Filename:asc'
48
49
runs:
50
- using: 'node20'
+ using: 'node22'
51
main: 'index.js'
0 commit comments