We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm ci
npm install
1 parent bf5c6ac commit 9064cd1Copy full SHA for 9064cd1
1 file changed
.github/workflows/test.yml
@@ -9,5 +9,5 @@ jobs:
9
steps:
10
- run: node --version
11
- uses: actions/checkout@v6
12
- - run: npm install
+ - run: npm ci
13
- run: npm run ci
0 commit comments