We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debdffc commit 07a6cebCopy full SHA for 07a6ceb
1 file changed
.github/workflows/publish.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
node-version: '20'
21
registry-url: 'https://registry.npmjs.org'
22
+ # Ensure npm 11.5.1 or later is installed
23
+ - name: Update npm
24
+ run: npm install -g npm@latest
25
- run: npm ci
26
- run: npm run build
27
- run: npm test
0 commit comments