Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jun 21, 2024
1 parent ddc6db7 commit 64baa55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [12.13.0, 14.x, 16.x]
node-version: [12.13.0, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@692973e # v4.1.7
- uses: actions/setup-node@60edb5d # v4.0.2
with:
node-version: ${{ matrix.node-version }}
architecture: 'x64'
cache: yarn
- name: Install
run: yarn --frozen-lockfile
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Test
run: yarn coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@ab904c4 #v3.1.6
with:
file: ./coverage/lcov.info
env_vars: NODE_VERSION
Expand Down

0 comments on commit 64baa55

Please sign in to comment.