Skip to content

Commit

Permalink
Update ESLint and drop official Node 10.x, 12.x, 14.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Aug 13, 2023
1 parent f5c655a commit 6deb9bd
Show file tree
Hide file tree
Showing 4 changed files with 2,451 additions and 1,383 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: 🛑 Cancel Previous Runs
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v20.3.1

0 comments on commit 6deb9bd

Please sign in to comment.