We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbf09c commit 8c56d48Copy full SHA for 8c56d48
.github/workflows/build.yml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: "npm"
24
- - run: npm install --frozen-lockfile
+ - run: npm ci
25
- run: npm run build
26
- run: npm run test
0 commit comments