Skip to content

Commit 4ff4be9

Browse files
committed
Update version before install
1 parent 25821ea commit 4ff4be9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
uses: actions/setup-node@v6
7272
with:
7373
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
7477
- name: Install Packages
7578
run: npm install
76-
- name: Install ESLint v10
77-
run: npm install --save-dev eslint@10 --force
7879
- name: Test
7980
run: npm test
8081

0 commit comments

Comments
 (0)