We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a7da6 commit 7fddb41Copy full SHA for 7fddb41
2 files changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: "24"
24
registry-url: "https://registry.npmjs.org"
25
- - run: npm ci
+ - run: npm install
26
- run: npm run build --if-present
27
- run: npm test
28
- run: rm -f .npmrc ~/.npmrc
0 commit comments