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 140749f commit 518dcd4Copy full SHA for 518dcd4
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
27
steps:
28
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29
- - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
30
with:
31
cache: 'npm'
32
node-version-file: '.nvmrc'
0 commit comments