Skip to content

Commit

Permalink
Bump node, use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed Apr 2, 2024
1 parent b99349b commit a5399fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-to-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- gh-pages
pull_request:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Persist npm cache
uses: actions/cache@v3
Expand All @@ -40,7 +40,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
Expand Down

0 comments on commit a5399fb

Please sign in to comment.