aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0ccab91..d97f15c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm -r install
@@ -56,4 +56,4 @@ jobs:
steps:
- name: Deploy
id: deployment
- uses: actions/deploy-pages@v4 \ No newline at end of file
+ uses: actions/deploy-pages@v4