Skip to content

Commit 2adbd34

Browse files
ci: bump actions/setup-node from 3.0.0 to 3.1.0 (#435)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6cb3f7 commit 2adbd34

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@v3.0.0
31+
uses: actions/setup-node@v3.1.0
3232
with:
3333
node-version: '${{ steps.nvm.outputs.NVMRC }}'
3434

0 commit comments

Comments
 (0)