Skip to content

Commit c3b1088

Browse files
fix: bump node version
1 parent 5acd974 commit c3b1088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '16'
35+
node-version: '20'
3636

3737
- name: Build WASM
3838
run: wasm-pack build --target web && cd pkg && npm install
@@ -65,4 +65,4 @@ jobs:
6565
steps:
6666
- name: Deploy to GitHub Pages 🚀
6767
id: deployment
68-
uses: actions/deploy-pages@v4
68+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)