ci: add releaserc and set node version to 20

This commit is contained in:
zs-ko
2024-06-05 10:28:49 +00:00
parent 1f17bf0032
commit 650857e627
4 changed files with 19 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20 ]
node: [ 20 ]
name: Node ${{ matrix.node }} PR
steps:

View File

@@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
- name: Set up QEMU