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 b964dfa commit b8f85caCopy full SHA for b8f85ca
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: ['18', '20', '22']
15
steps:
16
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
18
with:
19
node-version: ${{ matrix.node }}
20
cache: 'yarn'
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
node-version: '24'
33
0 commit comments