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 c903f2e commit 06ed61bCopy full SHA for 06ed61b
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
& .\dotnet-install.ps1 -Architecture x86 -Version 9.0.101 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
53
if: runner.os == 'Windows'
54
- name: ⚙ Install node.js
55
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
56
with:
57
node-version: 20.x
58
cache: yarn
0 commit comments