diff options
| author | Larvan2 <[email protected]> | 2026-04-18 23:48:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-18 23:48:26 +0800 |
| commit | 4dcd2231ee74f2ea7dd8a9a556208a0e2efc7377 (patch) | |
| tree | 739ebbe719a76c2c7afa4061f77cb3325bdf0cb2 /.github | |
| parent | 2cf83223f6d4b551998e8cd8f74fcec5e7ffd8ae (diff) | |
Update push.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/push.yml | 2 |
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: | |
