We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7162f commit b964dfaCopy full SHA for b964dfa
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node: ['18', '20', '22']
15
steps:
16
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
18
with:
19
node-version: ${{ matrix.node }}
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
28
29
30
31
32
node-version: '24'
0 commit comments