We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fffc51 + c43b633 commit d19c174Copy full SHA for d19c174
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
registry-url: https://registry.npmjs.org
28
scope: '@awslabs-community-fork'
29
+ - run: npm install -g npm@latest
30
- run: npm ci
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -49,7 +50,7 @@ jobs:
49
50
uses: actions/setup-node@v2
51
with:
52
always-auth: true
- node-version: ${{ matrix.node-version }}
53
+ node-version: 14.x
54
55
56
- run: npm install -g npm@latest
0 commit comments