We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76f577 commit 46fc49dCopy full SHA for 46fc49d
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Install Node & NPM
16
uses: actions/setup-node@v3
17
- name: Install node modules
18
- run: npm install
+ run: npm ci
19
- name: Test
20
run: npm run test
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install node_modules
- name: Build
0 commit comments