Skip to content

Commit

Permalink
Update build to support Node@16 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Sep 18, 2023
1 parent 110dd7c commit b0f00d0
Show file tree
Hide file tree
Showing 4 changed files with 12,724 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "deprecation"],
"parserOptions": {
"project": "./tsconfig.eslint.json"
"project": "./tsconfig.eslint.json",
"ext": ".ts"
},
"extends": [
"eslint:recommended",
Expand Down
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-version: [14, 16, 18]
node-version: [16, 18, 20]
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
Loading

0 comments on commit b0f00d0

Please sign in to comment.