Skip to content

Commit

Permalink
Run tests in Node 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Nov 7, 2023
1 parent 322f00d commit 6f98708
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 16]
node-version: [16, 18]
steps:
- uses: actions/checkout@v4
- name: Install Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 6f98708

Please sign in to comment.