Skip to content

Commit fb8cd98

Browse files
committed
Script
1 parent 2f792c1 commit fb8cd98

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20
20-
registry-url: 'https://registry.npmjs.org'
20+
registry-url: "https://registry.npmjs.org"
21+
- name: Update npm
22+
run: npm install -g npm@latest
2123
- run: npm ci
2224
- run: npm run lint
2325
- run: npm run typecheck

0 commit comments

Comments
 (0)