Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: bump node version to 16 (#28693)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Nov 1, 2022
1 parent f0f1089 commit f352934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web3.js/.github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 16
cache: "npm"

- name: Build
run: |
sh -c "$(curl -sSfL https://release.solana.com/edge/install)"
PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
solana --version
npm install -g npm@7
npm install
npm run build
ls -l lib
Expand Down

0 comments on commit f352934

Please sign in to comment.