chore: bump node version to 16 (#28693)

This commit is contained in:
Yihau Chen 2022-11-01 11:19:31 +08:00 committed by GitHub
parent f0f108905e
commit f352934fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 16
cache: "npm"
- name: Build
@ -23,7 +23,6 @@ jobs:
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