Skip to content

Commit

Permalink
Also run spec on modern Node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 7, 2023
1 parent a64b830 commit c837ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit c837ad9

Please sign in to comment.