Skip to content

Commit

Permalink
Merge branch 'main' into feature/vercel#457/specify-tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nokazn authored Apr 25, 2022
2 parents 5d85cd2 + db80737 commit c0752a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16]
node: [14, 16, 18]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit c0752a1

Please sign in to comment.