Skip to content

Commit

Permalink
BREAKING CHANGE: minimum node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Aug 15, 2023
1 parent 27cdb09 commit 270e7ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
main-branch-name: 'next'
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- uses: bahmutov/npm-install@v1
- run: yarn global add nx
- run: nx affected:lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Andrew Leedham <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "nx run-many --all --target=test",
Expand Down Expand Up @@ -46,7 +46,7 @@
"lerna": "7.1.5",
"mockdate": "3.0.5",
"nx": "16.6.0",
"prettier": "2.8.8",
"prettier": "3.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/adobe-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"@types/caniuse-lite": "*",
Expand Down

0 comments on commit 270e7ed

Please sign in to comment.