Skip to content

Commit

Permalink
Update actions/setup-node and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenm committed Jan 6, 2024
1 parent 8e1aba9 commit 0cf8af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- run: make install
- run: make gh-pages/tarball
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0cf8af5

Please sign in to comment.