Skip to content

Commit

Permalink
one more attempt to workaround a eslint-plugin-import bug on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 12, 2021
1 parent 896eeac commit 7734d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest]
node: ['16']

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "^8.0.0",
"eslint-plugin-es": "git+https://github.com/mysticatea/eslint-plugin-es.git#00d73851793541dc7b0d07292deb0ca2bc8a25e1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "2.25.0",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsonc": "^1.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-qunit": "^6.2.0",
Expand Down

0 comments on commit 7734d21

Please sign in to comment.