Skip to content

Commit d19c174

Browse files
authored
Merge pull request #4 from magieno/update-sdk-3.0
updated the github actions script.
2 parents 1fffc51 + c43b633 commit d19c174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
registry-url: https://registry.npmjs.org
2828
scope: '@awslabs-community-fork'
29+
- run: npm install -g npm@latest
2930
- run: npm ci
3031
env:
3132
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -49,7 +50,7 @@ jobs:
4950
uses: actions/setup-node@v2
5051
with:
5152
always-auth: true
52-
node-version: ${{ matrix.node-version }}
53+
node-version: 14.x
5354
registry-url: https://registry.npmjs.org
5455
scope: '@awslabs-community-fork'
5556
- run: npm install -g npm@latest

0 commit comments

Comments
 (0)