Skip to content

Commit 9452b59

Browse files
Update actions/setup-node action to v4
1 parent 428d1e5 commit 9452b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: git config --global core.autocrlf input
3535
- uses: actions/checkout@v4
3636
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
cache: 'npm'

0 commit comments

Comments
 (0)