Use Node 20 to run lint?

pull/4633/head
Nelson Chan 2 months ago
parent fb4912459b
commit 64782d562c
No known key found for this signature in database

@ -69,10 +69,10 @@ jobs:
- run: git config --global core.autocrlf false # Mainly for Windows - run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Use Node.js 14 - name: Use Node.js 20
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 14 node-version: 20.5
- run: npm ci - run: npm ci
- run: npm run lint:prod - run: npm run lint:prod

Loading…
Cancel
Save