From c43b63399ef71f705820f94a57d6146c0655a9fa Mon Sep 17 00:00:00 2001 From: Etienne Noel Date: Tue, 1 Jun 2021 13:36:55 -0400 Subject: [PATCH] updated the github actions script. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d568e332..f3a83ed7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org scope: '@awslabs-community-fork' + - run: npm install -g npm@latest - run: npm ci env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -49,7 +50,7 @@ jobs: uses: actions/setup-node@v2 with: always-auth: true - node-version: ${{ matrix.node-version }} + node-version: 14.x registry-url: https://registry.npmjs.org scope: '@awslabs-community-fork' - run: npm install -g npm@latest