Skip to content

Commit

Permalink
Merge pull request #320 from HendrikPrinsZA/patch/bump
Browse files Browse the repository at this point in the history
Bumped node + deploy pages
  • Loading branch information
HendrikPrinsZA authored Dec 29, 2023
2 parents 365131f + e35000c commit 0803a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build artifacts
Expand All @@ -46,4 +46,4 @@ jobs:
path: './client/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 0803a5d

Please sign in to comment.