Skip to content

Commit

Permalink
CI: use actions-setup-node@v4 and node 20 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw authored Sep 16, 2024
1 parent 727bae1 commit 8c5197b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
rustup toolchain install ${{ matrix.toolchain }} --profile minimal --no-self-update --target wasm32-unknown-unknown
rustup default ${{ matrix.toolchain }}
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- name: Install "wasm-pack"
uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -291,10 +291,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js runtime
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

node-version: 20
- name: Install npm
run: npm i -f -g npm@8.16.0

Expand Down

0 comments on commit 8c5197b

Please sign in to comment.