Skip to content

Commit

Permalink
ci: run tests on Node.js v20 (#60)
Browse files Browse the repository at this point in the history
* ci: run tests on Node.js v20

* fix: esmock v2.2.3

---------

Co-authored-by: 唯然 <[email protected]>
  • Loading branch information
snitin315 and aladdin-add authored May 19, 2023
1 parent e956b80 commit 72ffdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
include:
- os: windows-latest
node: "16.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-release": "^3.2.0",
"esmock": "^1.8.8",
"esmock": "^2.2.3",
"espree": "^9.0.0",
"lint-staged": "^12.1.2",
"memfs": "^3.4.0",
Expand Down

0 comments on commit 72ffdcd

Please sign in to comment.