node 18 and 18.14 to 20.11.0

This commit is contained in:
semanticdata 2024-02-07 10:29:50 -06:00
parent 47040efaef
commit 2cff2e7ca6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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