Skip to content

Commit 531682c

Browse files
Update actions/setup-node action to v4.2.0
1 parent c414947 commit 531682c

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
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Use Node.js ${{ matrix.version }}
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version: ${{ matrix.version }}
3434
cache: 'npm'

0 commit comments

Comments
 (0)