summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-04-18 23:48:26 +0800
committerGitHub <[email protected]>2026-04-18 23:48:26 +0800
commit4dcd2231ee74f2ea7dd8a9a556208a0e2efc7377 (patch)
tree739ebbe719a76c2c7afa4061f77cb3325bdf0cb2
parent2cf83223f6d4b551998e8cd8f74fcec5e7ffd8ae (diff)
Update push.yml
-rw-r--r--.github/workflows/push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 73a02df..bbb1e61 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
- node-version: '18.x'
+ node-version: '20.x'
cache: pnpm
- name: Install package and build
run: |