Skip to content

Commit

Permalink
Merge pull request #35 from hatsu38/feature/add-npm-check-and-upgrade…
Browse files Browse the repository at this point in the history
…-to-latest

npm run upgrade-interactive
  • Loading branch information
hatsu38 committed Jan 14, 2023
2 parents eb04d62 + c569169 commit 288adee
Show file tree
Hide file tree
Showing 4 changed files with 6,756 additions and 4,835 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Expand Up @@ -9,7 +9,6 @@
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"prettier"
],
"ignorePatterns": ["dist/**"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 288adee

Please sign in to comment.