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:
2424 strategy :
2525 matrix :
2626 os : [ubuntu-latest, windows-latest, macos-latest]
27- node : [12, 14, 16]
27+ node : [14, 16]
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 - name : Setup Node.js ${{ matrix.node }}
32- uses : actions/setup-node@v2
32+ uses : actions/setup-node@v3
3333 with :
3434 node-version : ${{ matrix.node }}
3535 cache : ' yarn'
Original file line number Diff line number Diff line change 6767 "yorkie" : " ^2.0.0"
6868 },
6969 "engines" : {
70- "node" : " >= 12.0 "
70+ "node" : " >= 14.18 "
7171 },
7272 "files" : [
7373 " lib/*.js" ,
Original file line number Diff line number Diff line change @@ -1838,6 +1838,11 @@ ansi-regex@^5.0.0:
18381838 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
18391839 integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
18401840
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+
18411846ansi-regex@^6.0.1 :
18421847 version "6.0.1"
18431848 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
@@ -2391,9 +2396,9 @@ camelcase@^6.2.0:
23912396 integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
23922397
23932398caniuse-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 ==
23972402
23982403capital-case@^1.0.3, capital-case@^1.0.4 :
23992404 version "1.0.4"
You can’t perform that action at this time.
0 commit comments