Skip to content

Commit

Permalink
ci: fix release workflow (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Oct 7, 2024
1 parent 97de4dd commit 3448656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 3448656

Please sign in to comment.