Skip to content

Commit 8f727a5

Browse files
authored
Merge pull request #665 from share/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 55eb42d + b2aa50b commit 8f727a5

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
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 10
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node }}
3232
- name: Install

0 commit comments

Comments
 (0)