We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ffeb3 commit 8dc1a0bCopy full SHA for 8dc1a0b
1 file changed
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 22
20
registry-url: 'https://registry.npmjs.org'
21
+ - run: npm install -g npm@latest
22
- run: npm ci
23
- run: npm run build
24
- run: npm test
0 commit comments