summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: |