Skip to content

Commit eb35e58

Browse files
authored
Merge pull request #282 from permafrost-dev/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents f4e1b70 + 5eadf34 commit eb35e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 1
3333

3434
- name: Set up NodeJS ${{ matrix.node-version }}
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838

0 commit comments

Comments
 (0)