Skip to content

Commit 397f650

Browse files
authored
Merge pull request #21 from cohm/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 9e472bc + 0259331 commit 397f650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 20
3030
cache: npm

0 commit comments

Comments
 (0)