Skip to content

Commit 300b603

Browse files
authored
Merge pull request #1308 from github/dependabot/github_actions/actions/setup-node-5.0.0
chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0
2 parents 2677067 + f65bd09 commit 300b603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: node_version
2525

2626
- name: Set up NodeJS
27-
uses: actions/setup-node@v4.4.0
27+
uses: actions/setup-node@v5.0.0
2828
with:
2929
node-version: "${{ steps.node_version.outputs.NODE_VERSION }}"
3030

0 commit comments

Comments
 (0)