We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bfbe6 commit b4fd991Copy full SHA for b4fd991
.github/workflows/ci.yml
@@ -19,10 +19,9 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: 22
22
- cache: npm
23
24
- name: Install dependencies
25
- run: npm ci
+ run: npm install
26
27
- name: Run tests
28
run: npm test
.github/workflows/release.yml
@@ -22,10 +22,9 @@ jobs:
29
30
- name: Run checks
31
run: npm run ci
0 commit comments