fix(ci): OOM due to project size
This commit is contained in:
@@ -41,11 +41,11 @@ jobs:
|
||||
with:
|
||||
run_install: false
|
||||
|
||||
- name: Install Node.js 23.x
|
||||
- name: Install Node.js 24.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: pnpm
|
||||
node-version: 23.x
|
||||
node-version: 24.x
|
||||
# registry-url required. Learn more at
|
||||
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
||||
registry-url: https://registry.npmjs.org
|
||||
|
||||
@@ -30,10 +30,10 @@ jobs:
|
||||
with:
|
||||
run_install: false
|
||||
|
||||
- name: Install Node.js 22.x
|
||||
- name: Install Node.js 24.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.x
|
||||
node-version: 24.x
|
||||
# registry-url required. Learn more at
|
||||
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
@@ -38,11 +38,11 @@ jobs:
|
||||
with:
|
||||
run_install: false
|
||||
|
||||
- name: Install Node.js 23.x
|
||||
- name: Install Node.js 24.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: pnpm
|
||||
node-version: 23.x
|
||||
node-version: 24.x
|
||||
# registry-url required. Learn more at
|
||||
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
||||
registry-url: https://registry.npmjs.org
|
||||
|
||||
Reference in New Issue
Block a user