We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f792c1 commit fb8cd98Copy full SHA for fb8cd98
1 file changed
.github/workflows/publish.yml
@@ -17,7 +17,9 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 20
20
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
21
+ - name: Update npm
22
+ run: npm install -g npm@latest
23
- run: npm ci
24
- run: npm run lint
25
- run: npm run typecheck
0 commit comments