Skip to content

Commit

Permalink
stop testing with node 12 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Jun 21, 2023
1 parent bd4937a commit 7032eed
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 @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [16, 18, 20]
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']

name: Node ${{ matrix.node }} on ${{ matrix.os }}
Expand Down

0 comments on commit 7032eed

Please sign in to comment.