Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Apr 21, 2024
1 parent 541c7e6 commit 2c597a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 17, 18, 20]
node: [16, 17, 18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: prebuild
Expand Down

0 comments on commit 2c597a0

Please sign in to comment.