Skip to content

Commit

Permalink
ci: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 12, 2024
1 parent 6820637 commit c68ca6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: '>=20'
cache: 'pnpm'

- name: Setup
run: npm i -g @antfu/ni
Expand Down

0 comments on commit c68ca6d

Please sign in to comment.