We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f98b2 commit fd2d140Copy full SHA for fd2d140
.github/workflows/test.yml
@@ -30,9 +30,9 @@ jobs:
30
fail-fast: false
31
matrix:
32
node:
33
- - 16
34
- 18
35
- 20
+ - 22
36
os:
37
- name: Ubuntu
38
version: ubuntu-latest
package.json
@@ -11,7 +11,7 @@
11
"conc": "./dist/bin/concurrently.js"
12
},
13
"engines": {
14
- "node": ">=16"
+ "node": ">=18"
15
16
"exports": {
17
".": {
tsconfig.json
@@ -2,7 +2,8 @@
2
"compilerOptions": {
3
"outDir": "./dist",
4
"declaration": true,
5
- "target": "ES2021",
+ "target": "ES2022",
6
+ "lib": ["ES2023"],
7
"module": "CommonJS",
8
"moduleResolution": "node",
9
"strict": true,
0 commit comments