mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
node 18 and 18.14 to 20.11.0
This commit is contained in:
parent
47040efaef
commit
2cff2e7ca6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20.11.0 # 18
|
||||
- name: Install Dependencies
|
||||
run: npm i # was npm ci
|
||||
- name: Build Quartz
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- uses: actions/setup-node@v3 # v3
|
||||
with:
|
||||
node-version: 18.14
|
||||
node-version: 20.11.0 # 18.14
|
||||
- name: PNPM Install
|
||||
uses: ./.github/actions/pnpm-install
|
||||
- name: Install Dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user