Skip to content

Commit

Permalink
feat: only test 16.x and 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Jul 14, 2023
1 parent 4c02fc3 commit 7098487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest]
language: ['javascript']
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 7098487

Please sign in to comment.