Skip to content

Commit

Permalink
Updated to node 16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Jun 11, 2024
1 parent 5d7df2c commit 21a0cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
node-version: "16.20.2"
# - run: npm run build
- run: cd bsc-plugin && npm install
- run: cd bsc-plugin && npm run preversion
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "10.19.0"
node-version: "16.20.2"
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit 21a0cc0

Please sign in to comment.