Skip to content

Commit

Permalink
Merge pull request #35 from hyphacoop/update-node-action
Browse files Browse the repository at this point in the history
Update Node.js setup action to version 4 in deploy workflow
  • Loading branch information
tripledoublev authored Dec 9, 2024
2 parents ebbed7a + e9b462c commit 2443854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: hugo

- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 2443854

Please sign in to comment.