Skip to content

Commit

Permalink
ci: set eslint to v7 for node v10 because of compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Aug 22, 2023
1 parent dece54c commit 0be12e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Node.js 10.x
node-version: "10.24"
npm-i: mocha@8.3.2
npm-i: mocha@8.3.2 eslint@7.32.0

- name: Node.js 12.x
node-version: "12.22"
Expand Down

0 comments on commit 0be12e6

Please sign in to comment.