Skip to content

Commit 11f5008

Browse files
author
Alexandre van Beurden
committed
update workflow
1 parent c4d247a commit 11f5008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'
22-
- run: npm ci
22+
- run: npm i
2323
- run: npm run build --if-present
2424
- run: npm test

0 commit comments

Comments
 (0)