Skip to content

Commit f65a0b3

Browse files
Merge pull request #555 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents cab0aa4 + 7286c79 commit f65a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-yarn-
3636
3737
- name: Test on Node ${{ matrix.node-version }}
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)