1 parent b5e2440 commit a0a7665Copy full SHA for a0a7665
1 file changed
.github/workflows/npm-ci.yml
@@ -19,6 +19,7 @@ jobs:
19
- run: pnpm install --frozen-lockfile
20
- run: npm run build --if-present
21
- run: npm test
22
+ - run: npm install -g npm@11.5.2
23
- run: npm publish --provenance --access public
24
# env:
25
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments