Skip to content

Commit 18ba231

Browse files
committed
chore: Update all Node engine versions
1 parent a4aecbc commit 18ba231

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/feathersjs/feathers/issues"
2121
},
2222
"engines": {
23-
"node": ">= 8"
23+
"node": ">= 12"
2424
},
2525
"scripts": {
2626
"install": "lerna bootstrap",

packages/adapter-commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/feathersjs/feathers/issues"
2626
},
2727
"engines": {
28-
"node": ">= 6"
28+
"node": ">= 12"
2929
},
3030
"main": "lib/",
3131
"types": "lib/",

packages/adapter-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/feathersjs/feathers/issues"
2626
},
2727
"engines": {
28-
"node": ">= 8"
28+
"node": ">= 12"
2929
},
3030
"main": "lib/index.js",
3131
"scripts": {

packages/authentication-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/feathersjs/feathers/issues"
2929
},
3030
"engines": {
31-
"node": ">= 6"
31+
"node": ">= 12"
3232
},
3333
"scripts": {
3434
"prepublish": "npm run compile",

packages/authentication-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/feathersjs/feathers/issues"
2929
},
3030
"engines": {
31-
"node": ">= 6"
31+
"node": ">= 12"
3232
},
3333
"scripts": {
3434
"prepublish": "npm run compile",

packages/authentication-oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/feathersjs/feathers/issues"
2929
},
3030
"engines": {
31-
"node": ">= 6"
31+
"node": ">= 12"
3232
},
3333
"scripts": {
3434
"start": "ts-node test/app",

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/feathersjs/feathers/issues"
2929
},
3030
"engines": {
31-
"node": ">= 6"
31+
"node": ">= 12"
3232
},
3333
"scripts": {
3434
"prepublish": "npm run compile",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"author": "Feathers contributors",
2323
"engines": {
24-
"node": ">= 6"
24+
"node": ">= 12"
2525
},
2626
"main": "index.js",
2727
"types": "index.d.ts",

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/feathersjs/feathers/issues"
2626
},
2727
"engines": {
28-
"node": ">= 6"
28+
"node": ">= 12"
2929
},
3030
"main": "lib/",
3131
"types": "lib/",

packages/configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/feathersjs/feathers/issues"
2929
},
3030
"engines": {
31-
"node": ">= 6"
31+
"node": ">= 12"
3232
},
3333
"scripts": {
3434
"prepublish": "npm run compile",

0 commit comments

Comments
 (0)