Skip to content

Commit

Permalink
feat!: Drop support for Node 12 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 4, 2022
1 parent 1125489 commit b91b738
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-terminate.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x, 12.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [17.x, 16.x, 14.x, 12.x]
node-version: [18.x, 16.x, 14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"test": "jest"
},
"engines": {
"node": ">= 12.0.0"
"node": ">= 14.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b91b738

Please sign in to comment.