Skip to content

Commit

Permalink
Stop running tests on Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jun 29, 2023
1 parent 1828826 commit d2a7bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
specs: [browserify, integ, unit]
node: [16, 18, latest]
node: [18, latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit d2a7bbf

Please sign in to comment.