Skip to content

Commit

Permalink
chore!: deprecate node 12
Browse files Browse the repository at this point in the history
BREAKING_CHANGE: Minimum supported node version is now 14
  • Loading branch information
alioguzhan committed Mar 25, 2023
1 parent 0320a62 commit 4660eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmtest.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"main": "dist/index.min.js",
"module": "dist/index.es.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"files": [
"dist"
Expand Down

0 comments on commit 4660eb6

Please sign in to comment.