We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deeb8b commit 4678d71Copy full SHA for 4678d71
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,9 @@ jobs:
16
node-version: 22
17
cache: 'npm'
18
- name: 'npm install'
19
- run: npm ci --prefer-offline --no-audit --no-fund
+ run: |
20
+ npm ci --prefer-offline --no-audit --no-fund
21
+ npm i --prefer-offline --no-audit --no-fund # fix npm bug
22
unit-test:
23
name: unit-tests
24
runs-on: ubuntu-latest
0 commit comments