Skip to content

Commit

Permalink
fix: gh-page env node version up to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
FSpark committed Oct 21, 2024
1 parent 2d7ef9a commit 2f5cb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '20'

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 2f5cb2f

Please sign in to comment.