Skip to content

Commit

Permalink
ci: update node to 22 (latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Nov 12, 2024
1 parent 1792bbd commit 3d75424
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Cache cargo dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Cache cargo dependencies
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Install dependencies
Expand All @@ -93,7 +93,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: web/dist/
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 3d75424

Please sign in to comment.