File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
strategy :
25
25
matrix :
26
26
os : [ubuntu-latest, windows-latest, macos-latest]
27
- node : [12, 14, 16]
27
+ node : [14, 16]
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
- name : Setup Node.js ${{ matrix.node }}
32
- uses : actions/setup-node@v2
32
+ uses : actions/setup-node@v3
33
33
with :
34
34
node-version : ${{ matrix.node }}
35
35
cache : ' yarn'
Original file line number Diff line number Diff line change 67
67
"yorkie" : " ^2.0.0"
68
68
},
69
69
"engines" : {
70
- "node" : " >= 12.0 "
70
+ "node" : " >= 14.18 "
71
71
},
72
72
"files" : [
73
73
" lib/*.js" ,
Original file line number Diff line number Diff line change @@ -1838,6 +1838,11 @@ ansi-regex@^5.0.0:
1838
1838
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1839
1839
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1840
1840
1841
+ ansi-regex@^5.0.1 :
1842
+ version "5.0.1"
1843
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1844
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1845
+
1841
1846
ansi-regex@^6.0.1 :
1842
1847
version "6.0.1"
1843
1848
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
@@ -2391,9 +2396,9 @@ camelcase@^6.2.0:
2391
2396
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
2392
2397
2393
2398
caniuse-lite@^1.0.30001248 :
2394
- version "1.0.30001249 "
2395
- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001249 .tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8 "
2396
- integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw ==
2399
+ version "1.0.30001439 "
2400
+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001439 .tgz"
2401
+ integrity sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A ==
2397
2402
2398
2403
capital-case@^1.0.3, capital-case@^1.0.4 :
2399
2404
version "1.0.4"
You can’t perform that action at this time.
0 commit comments