Update deploy.yml

This commit is contained in:
Erdem Özgen 2024-09-26 23:10:25 +03:00 committed by GitHub
parent 8965c25ba4
commit cf7cecf06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v3
with:
node-version: 18.14
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Build Quartz
@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2