Skip to content

Commit

Permalink
ci: stop testing against NodeJS v12, start testing v18 (#2244)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v12
  • Loading branch information
wolfy1339 committed Jul 7, 2022
1 parent 666ecc4 commit 80fdba4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ["12", "14", "16"]
node_version:
- 14
- 16
- 18

steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
Expand Down

0 comments on commit 80fdba4

Please sign in to comment.