Skip to content

Commit

Permalink
chore!: drop support for node 12 (#222)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for EOL node 12
  • Loading branch information
Fdawgs authored Aug 8, 2022
1 parent 3b9f772 commit f8289a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"author": "Frazer Smith <frazer.dev@outlook.com>",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit f8289a2

Please sign in to comment.