Skip to content

Commit

Permalink
bump up ci node version to 20 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Insun35 authored Jul 19, 2024
1 parent 4b11df5 commit d32407d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -30,7 +32,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: public

deploy:
needs: build
environment:
Expand Down

0 comments on commit d32407d

Please sign in to comment.