Skip to content

Commit

Permalink
use node21
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Feb 6, 2024
1 parent 1a7344b commit 1f7d2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
id: pages
uses: actions/configure-pages@v3

- name: Setup node@20.x
- name: Setup node@21.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 21.x

- name: Install Node.js dependencies
run: "npm ci"
Expand All @@ -55,7 +55,7 @@ jobs:
run: "npm run build"

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v2
with:
path: ./public

Expand Down

0 comments on commit 1f7d2b3

Please sign in to comment.