From 21a0cc0a4edd59f471b117e3a97611f93dffb180 Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Tue, 11 Jun 2024 10:47:40 -0300 Subject: [PATCH] Updated to node 16.20.2 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8346eb20..7d542c8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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