We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea615a4 commit f2ce04cCopy full SHA for f2ce04c
.github/workflows/glhf-ecs.yml
@@ -25,6 +25,6 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
28
- - run: npm ci
+ - run: npm i
29
#- run: npm run build --if-present
30
- run: lerna run test
0 commit comments