Skip to content

Commit

Permalink
feat!: remove node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Nov 21, 2022
1 parent 62cb435 commit 65fa9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"license-validate": "yarn sofie-licensecheck --allowPackages [email protected]"
},
"engines": {
"node": ">=12.20"
"node": ">=14.18"
},
"files": [
"/dist",
Expand Down

0 comments on commit 65fa9ee

Please sign in to comment.