Skip to content

Commit

Permalink
Deploy with Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Jun 9, 2024
1 parent 1a9e992 commit 6b7a966
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run build
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: dist
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4

0 comments on commit 6b7a966

Please sign in to comment.