Skip to content

Commit

Permalink
chore(github-action): cli, release - use node 20
Browse files Browse the repository at this point in the history
- lint
- typecheck
  • Loading branch information
zirbest committed Jul 4, 2024
1 parent dcecb75 commit ebca683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm

- name: Setup
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm

- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit ebca683

Please sign in to comment.