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 7396dfb commit 941fc5bCopy full SHA for 941fc5b
.github/workflows/build-test.yml
@@ -19,6 +19,6 @@ jobs:
19
node-version: 22.x
20
cache: "npm"
21
22
- - run: npm ci # Install dependencies
+ - run: npm i # Install dependencies
23
- run: npm run build # Build sources
24
- run: npm run test # Run tests
0 commit comments