Skip to content

Commit

Permalink
🛠️: pin eslint version to fix CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha committed Apr 12, 2024
1 parent 6f15ec0 commit 6f6cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
node-version: '20.10'
- name: Install `eslint`
run: npm install eslint
run: npm install eslint@8.57.0 # pin this version as newer ones require us to use eslint@9 which comes with a new config format
- name: Install `jsdoc` plugin for `eslint`
run: npm install eslint-plugin-jsdoc
- name: Install `eslint` parser for `babel`
Expand Down

0 comments on commit 6f6cd61

Please sign in to comment.