Skip to content

Commit 61e3e27

Browse files
authored
Merge pull request #161 from share/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 56143f4 + 39deb83 commit 61e3e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 10
3737
steps:
3838
- uses: actions/checkout@v3
39-
- uses: actions/setup-node@v3
39+
- uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ matrix.node }}
4242
- name: Install

0 commit comments

Comments
 (0)