Skip to content

Commit

Permalink
chore: updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Sep 27, 2024
1 parent 8859dcb commit 0b86c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/configure-pages@v3
- uses: actions/setup-node@master
with:
node-version: '18.x'
node-version: '20.x'
- run: npm i
- run: npm run build
- run: npm run deploy
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: npm
- name: Install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-html-proofer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: '18.x'
node-version: '20.x'
- run: npm i
- run: npm run build
- run: npm run deploy:only
Expand Down

0 comments on commit 0b86c9b

Please sign in to comment.