We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25821ea commit 4ff4be9Copy full SHA for 4ff4be9
.github/workflows/CI.yml
@@ -71,10 +71,11 @@ jobs:
71
uses: actions/setup-node@v6
72
with:
73
node-version: 24
74
+ - name: Change local ESLint version to v10
75
+ run: |
76
+ sed -ie 's/"eslint": "^9.32.0"/"eslint": "^10.0.0-0"/' package.json
77
- name: Install Packages
78
run: npm install
- - name: Install ESLint v10
- run: npm install --save-dev eslint@10 --force
79
- name: Test
80
run: npm test
81
0 commit comments