There was an error while loading. Please reload this page.
1 parent b0eeb15 commit d865199Copy full SHA for d865199
.github/workflows/publish.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
node-version: 20
25
cache: 'npm'
26
+ - name: Update npm
27
+ run: npm install -g npm@latest
28
- run: npm ci
29
- name: lint
30
run: npm run lint
0 commit comments