Skip to content

Commit

Permalink
install node20
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Feb 6, 2024
1 parent 503e307 commit 182bfe2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v3

- name: Setup [email protected]
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: Install Node.js dependencies
run: "npm ci"
Expand All @@ -63,4 +68,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit 182bfe2

Please sign in to comment.