Skip to content

Commit

Permalink
Update Node.js setup action to version 4 in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tripledoublev committed Dec 9, 2024
1 parent ebbed7a commit e9b462c
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 e9b462c

Please sign in to comment.