From 2cff2e7ca62d1b62e59cf2009fd7ca33c47ba84f Mon Sep 17 00:00:00 2001 From: semanticdata Date: Wed, 7 Feb 2024 10:29:50 -0600 Subject: [PATCH] node 18 and 18.14 to 20.11.0 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e14d1137..fb14933e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e7ba99a4..77d85635e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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