There was an error while loading. Please reload this page.
2 parents 21c4737 + 8953da2 commit 3122ff9Copy full SHA for 3122ff9
1 file changed
.github/workflows/npm-publish.yaml
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
ref: ${{ github.event.release.target_commitish }}
19
- - name: Setup node
+ - name: Set up Node.js
20
uses: actions/setup-node@v4
21
22
- node-version: 18
+ node-version: '20'
23
registry-url: 'https://registry.npmjs.org'
24
- run: npm ci
25
- run: npm run lint
0 commit comments