forked from orbit-oss/is
Drop support for Node.js 14 (#192)
This commit is contained in:
parent
5044c91273
commit
e03c249d6c
2 changed files with 1 additions and 2 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,6 @@ jobs:
|
||||||
node-version:
|
node-version:
|
||||||
- 18
|
- 18
|
||||||
- 16
|
- 16
|
||||||
- 14
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "del dist && tsc",
|
"build": "del dist && tsc",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue