Skip to content

Commit f3f5a50

Browse files
authored
Merge pull request (#40)
* use yarn * upgrade nodejs from 18 to 20
1 parent 67b58a4 commit f3f5a50

4 files changed

Lines changed: 134 additions & 18196 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
cache: yarn
2020

2121
- name: Install dependencies
@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v4
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)