We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98f69 commit 9a1fa06Copy full SHA for 9a1fa06
1 file changed
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
lint:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v6
15
- - uses: actions/setup-node@v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
16
with:
17
- node-version: 22
+ node-version: 24
18
- run: npm ci
19
- run: npm test
0 commit comments