Skip to content

Commit

Permalink
bump node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 5, 2025
1 parent e6c665c commit 5b12490
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ runs:
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8.4.0

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 5b12490

Please sign in to comment.