Skip to content

Commit 81a2050

Browse files
Pin actions/setup-node action to 49933ea (#1239)
1 parent 1c08f25 commit 81a2050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
& .\dotnet-install.ps1 -Architecture x86 -Version 9.0.101 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
5252
if: runner.os == 'Windows'
5353
- name: ⚙ Install node.js
54-
uses: actions/setup-node@v4
54+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5555
with:
5656
node-version: 20.x
5757
cache: yarn

0 commit comments

Comments
 (0)