Skip to content

Commit c558324

Browse files
ci: bump actions/setup-node from 4.1.0 to 4.2.0 (#521)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d33c4e3 commit c558324

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
id: nvm
2929

3030
- name: Setup Node
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version: '${{ steps.nvm.outputs.NVMRC }}'
3434

0 commit comments

Comments
 (0)