Skip to content

Commit

Permalink
Fix node 20 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 27, 2023
1 parent 7b1368f commit ce08218
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "18"
node-version: "20"

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "18"
node-version: "20"

- name: Install Dependencies
run: npm ci
Expand Down
71 changes: 41 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"npm": "^8.18.0"
},
"overrides": {
"eslint-plugin-jsdoc": "^39.6.8"
"eslint-plugin-jsdoc": "^46.8.2"
}
}

0 comments on commit ce08218

Please sign in to comment.