Skip to content

Commit

Permalink
remove node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Aug 31, 2021
1 parent 8c8e601 commit d99715c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'yoctol',
// 'plugin:import/typescript',
'plugin:import/typescript',
'plugin:@typescript-eslint/recommended',
],
env: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version_to_setup: [10, 12, 14, 16]
node_version_to_setup: [12, 14, 16]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit d99715c

Please sign in to comment.