Skip to content

Commit

Permalink
💚 add Node.js 18 to test hosts; remove Node.js 12 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Knight committed Aug 22, 2022
1 parent 0137189 commit b22a2d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
fail-fast: true
matrix:
node_version:
- '12'
- '14'
- '16'
- '17'
- '18'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b22a2d9

Please sign in to comment.