Skip to content

Commit b0f00d0

Browse files
authored
Update build to support Node@16 (#385)
1 parent 110dd7c commit b0f00d0

File tree

4 files changed

+12724
-31
lines changed

4 files changed

+12724
-31
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"parser": "@typescript-eslint/parser",
1010
"plugins": ["@typescript-eslint", "deprecation"],
1111
"parserOptions": {
12-
"project": "./tsconfig.eslint.json"
12+
"project": "./tsconfig.eslint.json",
13+
"ext": ".ts"
1314
},
1415
"extends": [
1516
"eslint:recommended",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node-version: [14, 16, 18]
18+
node-version: [16, 18, 20]
1919
experimental: [false]
2020
include:
2121
- os: ubuntu-latest

0 commit comments

Comments
 (0)