Skip to content

Commit 704981d

Browse files
authored
Merge pull request #18 from FrankBurmo/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 1fd3538 + 5a21528 commit 704981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

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

0 commit comments

Comments
 (0)