Skip to content

Commit

Permalink
build: bump node version to 22 in gh_pages (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Oct 19, 2024
1 parent ff535a1 commit 7ed731b
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 @@ -53,7 +53,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
- name: Install deps
run: yarn install
- name: Build Preview Html
Expand Down

0 comments on commit 7ed731b

Please sign in to comment.