We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a41917 commit f3ec3e5Copy full SHA for f3ec3e5
.github/workflows/test-env-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
27
- name: Install
28
- uses: npm ci
+ run: npm ci
29
30
- name: Build client
31
run: npm run build
0 commit comments