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 1c08f25 commit 81a2050Copy full SHA for 81a2050
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
& .\dotnet-install.ps1 -Architecture x86 -Version 9.0.101 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
52
if: runner.os == 'Windows'
53
- name: ⚙ Install node.js
54
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
55
with:
56
node-version: 20.x
57
cache: yarn
0 commit comments