File tree Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- node-version : ['14', '16', '18']
14
+ node-version : ['14', '16', '18', '20' ]
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Use Node.js ${{ matrix.node-version }}
27
27
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}
28
28
- name : Install dependencies
29
29
if : steps.yarn-cache.outputs.cache-hit != 'true'
30
- run : yarn install --frozen-lockfile
30
+ run : yarn install
31
31
- name : Build
32
32
run : yarn build
33
33
- name : Test
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v2
14
14
with :
15
- node-version : ' 14 '
15
+ node-version : ' 20 '
16
16
registry-url : ' https://registry.npmjs.org'
17
- - run : yarn install --frozen-lockfile
17
+ - run : yarn install
18
18
- run : yarn build
19
19
- run : npm publish
20
20
env :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- node-version : ['16 ']
14
+ node-version : ['20 ']
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Use Node.js ${{ matrix.node-version }}
27
27
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}
28
28
- name : Install dependencies
29
29
if : steps.yarn-cache.outputs.cache-hit != 'true'
30
- run : yarn install --frozen-lockfile
30
+ run : yarn install
31
31
- name : Check code style
32
32
run : yarn prettier:lint
Original file line number Diff line number Diff line change 24
24
},
25
25
"devDependencies" : {
26
26
"@types/mocha" : " ^10.0.0" ,
27
- "@types/node" : " ^14" ,
27
+ "@types/node" : " ^14 || ^16 || ^18 || ^20 " ,
28
28
"mocha" : " ^10.1.0" ,
29
29
"prettier" : " ^3.0.2" ,
30
30
"ts-mocha" : " ^10.0.0" ,
43
43
"trailingComma" : " es5"
44
44
},
45
45
"engines" : {
46
- "node" : " ^14 || ^16 || ^18"
46
+ "node" : " ^14 || ^16 || ^18 || ^20 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change 57
57
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
58
58
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
59
59
60
- " @types/node@^14 " :
61
- version "14.18.54"
62
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.54.tgz#fc304bd66419030141fa997dc5a9e0e374029ae8"
63
- integrity sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw==
60
+ " @types/node@^20 " :
61
+ version "20.11.6"
62
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.6.tgz#6adf4241460e28be53836529c033a41985f85b6e"
63
+ integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
64
+ dependencies :
65
+ undici-types "~5.26.4"
64
66
65
67
acorn-walk@^8.1.1 :
66
68
version "8.2.0"
@@ -667,6 +669,11 @@ typescript@^5.1.6:
667
669
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
668
670
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
669
671
672
+ undici-types@~5.26.4 :
673
+ version "5.26.5"
674
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
675
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
676
+
670
677
v8-compile-cache-lib@^3.0.1 :
671
678
version "3.0.1"
672
679
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
You can’t perform that action at this time.
0 commit comments