Skip to content

Commit

Permalink
ci(release): use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 authored Mar 2, 2024
1 parent 66cc9c6 commit a62aa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

- uses: pnpm/action-setup@v2

- name: Setup node.js 19
- name: Setup node.js 20
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20
cache: 'pnpm'

- name: Enable Corepack
Expand Down

0 comments on commit a62aa4e

Please sign in to comment.