Skip to content

Commit

Permalink
Merge pull request #285 from rokucommunity/task/update-node-version
Browse files Browse the repository at this point in the history
Updated to node 16.20.2
  • Loading branch information
TwitchBronBron authored Jun 12, 2024
2 parents 5d7df2c + 21a0cc0 commit 9c584e0
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 9c584e0

Please sign in to comment.