From 85a81612ca5aad9e0ebfbbcd67d2160589fc91ab Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 19 Apr 2023 07:09:27 +0530 Subject: [PATCH 1/2] ci: run tests on Node.js v20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 760a68df..e653ec15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" From c4819ecfe034d2b28399112b8926af835af8a56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 19 May 2023 11:21:57 +0800 Subject: [PATCH 2/2] fix: esmock v2.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d03fcd08..af3df679 100644 --- a/package.json +++ b/package.json @@ -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",