Skip to content

Commit ce08218

Browse files
committed
Fix node 20 incompatibility
1 parent 7b1368f commit ce08218

File tree

4 files changed

+44
-33
lines changed

4 files changed

+44
-33
lines changed

.github/workflows/jest-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: "18"
13+
node-version: "20"
1414

1515
- name: Install Dependencies
1616
run: npm ci

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: "18"
13+
node-version: "20"
1414

1515
- name: Install Dependencies
1616
run: npm ci

package-lock.json

+41-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"npm": "^8.18.0"
5959
},
6060
"overrides": {
61-
"eslint-plugin-jsdoc": "^39.6.8"
61+
"eslint-plugin-jsdoc": "^46.8.2"
6262
}
6363
}

0 commit comments

Comments
 (0)