Skip to content

Commit 09de470

Browse files
authored
Merge pull request #264 from harryzcy/node-active-2023
2 parents 1c7745e + c40f7d8 commit 09de470

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [12.x, 14.x, 16.x]
8+
node: [12.x, 14.x, 16.x, 18.x, 20.x]
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/chai": "4.2.15",
4646
"@types/jest": "26.0.20",
4747
"@types/lodash": "4.14.168",
48-
"@types/node": "14.14.34",
48+
"@types/node": "20.8.6",
4949
"@vue/compiler-sfc": "^3.2.41",
5050
"jest": "26.6.3",
5151
"prettier": "2.8",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,11 +760,18 @@
760760
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz"
761761
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
762762

763-
"@types/node@*", "@types/node@14.14.34":
763+
"@types/node@*":
764764
version "14.14.34"
765765
resolved "https://registry.npmjs.org/@types/node/-/node-14.14.34.tgz"
766766
integrity sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==
767767

768+
"@types/node@20.8.6":
769+
version "20.8.6"
770+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
771+
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
772+
dependencies:
773+
undici-types "~5.25.1"
774+
768775
"@types/normalize-package-data@^2.4.0":
769776
version "2.4.1"
770777
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
@@ -3542,6 +3549,11 @@ typescript@4.9.4:
35423549
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz"
35433550
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
35443551

3552+
undici-types@~5.25.1:
3553+
version "5.25.3"
3554+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
3555+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
3556+
35453557
union-value@^1.0.0:
35463558
version "1.0.1"
35473559
resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz"

0 commit comments

Comments
 (0)