Skip to content

Commit 9191ab8

Browse files
committed
Update actions/setup-node action to v4
1 parent f9539de commit 9191ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: brew install bash
3131
- uses: actions/checkout@v4
3232
- run: git config --global user.name "Test user" && git config --global user.email "someone@example.com"
33-
- uses: actions/setup-node@v3
33+
- uses: actions/setup-node@v4
3434
- uses: luizm/action-sh-checker@v0.8.0
3535
if: matrix.os == 'ubuntu-latest'
3636
env:

0 commit comments

Comments
 (0)