ci: fix release workflow (#808)

This commit is contained in:
Trim21
2024-10-08 02:24:53 +08:00
committed by GitHub
parent 97de4dd018
commit 3448656165

View File

@@ -21,7 +21,7 @@ jobs:
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node + 2 }}
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'