Skip to content

Commit 08942bf

Browse files
committed
Update actions/setup-node action to v4
1 parent 4387440 commit 08942bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jscrambler-code-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read
2929
steps:
3030
- uses: actions/checkout@v3
31-
- uses: actions/setup-node@v3
31+
- uses: actions/setup-node@v4
3232
with:
3333
node-version: 18
3434
- run: npm ci

0 commit comments

Comments
 (0)