Skip to content

Commit 59e4ae2

Browse files
committed
chore: setup node with v4
1 parent 37a3194 commit 59e4ae2

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- if: ${{ runner.os != 'Linux' }}
3434
name: Setup nodejs
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
with:
3737
node-version: 'lts/*'
3838
cache: 'npm'

0 commit comments

Comments
 (0)