Skip to content

Commit

Permalink
Revert "Update these to use Node20 version"
Browse files Browse the repository at this point in the history
This reverts commit 8a53823.
  • Loading branch information
garrettgrimsley committed Feb 18, 2024
1 parent d54d4c7 commit edb41e7
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 @@ -15,11 +15,11 @@ jobs:
# If your repository depends on submodule, please see: https://github.com/actions/checkout
submodules: recursive
- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Cache NPM dependencies
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.OS }}-npm-cache
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build
run: npm run build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: ./public
deploy:
Expand All @@ -45,4 +45,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v2

0 comments on commit edb41e7

Please sign in to comment.