Skip to content

Commit

Permalink
feat!: deprecate supporting node 16 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle authored Apr 27, 2024
1 parent dfcd9e9 commit 8fe85dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18, 20]

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit 8fe85dc

Please sign in to comment.