We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad2e7b commit 6af3b7bCopy full SHA for 6af3b7b
1 file changed
.github/workflows/publish.yml
@@ -16,13 +16,10 @@ jobs:
16
with:
17
node-version: 20
18
registry-url: 'https://registry.npmjs.org/'
19
- cache: 'npm' # Adds caching for npm dependencies
+ cache: 'npm'
20
21
- name: Install dependencies
22
- run: npm ci # Use npm ci for faster, more reliable builds
23
-
24
- - name: Run tests
25
- run: npm test
+ run: npm ci
26
27
- name: Publish to npm
28
run: npm publish
0 commit comments