Skip to content

Commit

Permalink
Update action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett committed Oct 7, 2024
1 parent b19ff4f commit 698d65e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
id-token: write # to verify the deployment originates from an appropriate source
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-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'dist'
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.2.9
uses: actions/deploy-pages@v3

0 comments on commit 698d65e

Please sign in to comment.