Skip to content

Commit

Permalink
chore: Use node >= 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed May 13, 2023
1 parent f0aff51 commit 57af985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn pack

- name: Upload coverage to Codecov
if: matrix.node-version == '18.x'
if: matrix.node-version == '20.x'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 57af985

Please sign in to comment.