node version 20
This commit is contained in:
@@ -14,11 +14,11 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.17'
|
||||
node-version: '20.20'
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
# - run: npm run test
|
||||
- run: npm run build:prod
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
|
||||
|
||||
Reference in New Issue
Block a user