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