Skip to content

Commit

Permalink
feat: bump dependencies and upgrade eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Nov 6, 2023
1 parent c7ac47f commit 2e52354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['14', '16', '18']
node_version: ['16', '18', '20']

runs-on: ${{ matrix.os }}

Expand Down
5 changes: 1 addition & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ export default antfu(
{
yaml: false,
stylistic: { indent: 4 },
ignores: [
'examples',
'components.d.ts',
],
ignores: ['components.d.ts'],
},
{
rules: {
Expand Down

0 comments on commit 2e52354

Please sign in to comment.