Skip to content

Commit 99f63fb

Browse files
fix: types
1 parent bf89031 commit 99f63fb

File tree

4 files changed

+636
-252
lines changed

4 files changed

+636
-252
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
yarn upgrade typescript@^4 --ignore-engines
4141
yarn --frozen-lockfile
42-
if: matrix.node-version == '10.x'
42+
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
4343
- name: Install dependencies
4444
run: yarn --frozen-lockfile
4545
if: matrix.node-version != '10.x'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@types/graceful-fs": "^4.1.6",
2222
"@types/jest": "^27.5.1",
23-
"@types/node": "^20.11.24",
23+
"@types/node": "20.9.5",
2424
"cspell": "4.2.8",
2525
"eslint": "^7.9.0",
2626
"eslint-config-prettier": "^6.11.0",

0 commit comments

Comments
 (0)