Skip to content

Commit

Permalink
ci: updata node version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Apr 19, 2024
1 parent 4f31166 commit 2e1fe73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Setup pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16, 18]
node-version: [18, 20]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2e1fe73

Please sign in to comment.