From d32407d78b962a6883490a7e35824663f8c01261 Mon Sep 17 00:00:00 2001 From: Merlyn Date: Sat, 20 Jul 2024 02:06:38 +0900 Subject: [PATCH] bump up ci node version to 20 (#29) --- .github/workflows/deploy.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d94adf..027e8a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,19 +1,19 @@ name: Deploy Quartz site to GitHub Pages - + on: push: branches: - draft - + permissions: contents: read pages: write id-token: write - + concurrency: group: "pages" cancel-in-progress: false - + jobs: build: runs-on: ubuntu-22.04 @@ -22,6 +22,8 @@ jobs: with: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v4 + with: + node-version: 20 - name: Install Dependencies run: npm ci - name: Build Quartz @@ -30,7 +32,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: public - + deploy: needs: build environment: