Skip to content

Commit 72ffdcd

Browse files
ci: run tests on Node.js v20 (#60)
* ci: run tests on Node.js v20 * fix: esmock v2.2.3 --------- Co-authored-by: 唯然 <[email protected]>
1 parent e956b80 commit 72ffdcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
28+
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
2929
include:
3030
- os: windows-latest
3131
node: "16.x"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-jsdoc": "^37.0.3",
6262
"eslint-plugin-node": "^11.1.0",
6363
"eslint-release": "^3.2.0",
64-
"esmock": "^1.8.8",
64+
"esmock": "^2.2.3",
6565
"espree": "^9.0.0",
6666
"lint-staged": "^12.1.2",
6767
"memfs": "^3.4.0",

0 commit comments

Comments
 (0)