Skip to content

Commit 67949bd

Browse files
authored
ci: Remove Node 16 CI prerelease workaround (#14935)
Refs #14933 * Build: Upgrade to v8-compatible JSDoc plugin * Build: Remove npm force install in CI This reverts the change from #14933 now that all peer dependencies are valid with ESLint v8.0.0.
1 parent 2774043 commit 67949bd

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
node-version: ${{ matrix.node }}
4343
- name: Install Packages
4444
run: npm install
45-
# TODO(btmills): Remove Node 16 --force branching after releasing v8.0.0 final.
46-
if: ${{ !startswith(matrix.node, '16') && !startswith(matrix.node, '17') }}
47-
- name: Install Packages
48-
run: npm install --force
49-
if: ${{ startswith(matrix.node, '16') || startswith(matrix.node, '17') }}
5045
- name: Test
5146
run: node Makefile mocha
5247
- name: Fuzz Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-eslint-comments": "^3.2.0",
102102
"eslint-plugin-eslint-plugin": "^4.0.1",
103103
"eslint-plugin-internal-rules": "file:tools/internal-rules",
104-
"eslint-plugin-jsdoc": "^36.0.6",
104+
"eslint-plugin-jsdoc": "^37.0.0",
105105
"eslint-plugin-node": "^11.1.0",
106106
"eslint-release": "^3.1.2",
107107
"eslump": "^3.0.0",

0 commit comments

Comments
 (0)