Skip to content

Commit

Permalink
fix(ci): support node 16 upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
alrico88 committed Aug 31, 2023
1 parent 0ff8b53 commit c6cc89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x', '18.x']
node: ['16.x', '18.x', '20.x']
os: [ubuntu-latest]

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
run: pnpm run lint

- name: Test
run: pnpm run test --ci --coverage --maxWorkers=2
run: pnpm run test

- name: Build
run: pnpm run build

0 comments on commit c6cc89f

Please sign in to comment.