We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b452272 commit 808926aCopy full SHA for 808926a
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'npm'
25
26
- name: Install Dependencies
27
- run: npm install
+ run: npm ci
28
29
- name: Run tests
30
run: |
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
31
32
33
# the deploy action can't find the build directory if it's in the
34
# sub directory of the monorepo, even if we reference it correctly
0 commit comments