Skip to content

Commit

Permalink
fix: bumped node version in continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumbroso committed Aug 15, 2024
1 parent 29f3dd8 commit 70ede08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
extended: true

- name: Setup Node.js to build theme
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20

- name: Build Geekdoc theme (1/2)
working-directory: ./themes/hugo-geekdoc
Expand Down

0 comments on commit 70ede08

Please sign in to comment.