We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa76f1 commit 25217d8Copy full SHA for 25217d8
.github/workflows/publish.yml
@@ -21,7 +21,6 @@ jobs:
21
# Ensure npm 11.5.1 or later is installed
22
- name: Update npm
23
run: npm install -g npm@latest
24
- - run: npm ci
+ - run: npm install
25
- run: npm run build --if-present
26
- - run: npm test
27
- run: npm publish
0 commit comments