Skip to content

Commit

Permalink
fix: pin eslint-plugin-n to ^15.7 to support node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling authored Sep 12, 2023
1 parent a70a8a3 commit 7ac9f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-config-standard": "^17",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^27",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^15.7",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6",
"jest": "^29",
Expand Down

0 comments on commit 7ac9f43

Please sign in to comment.