We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf89031 commit 99f63fbCopy full SHA for 99f63fb
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
yarn upgrade typescript@^4 --ignore-engines
41
yarn --frozen-lockfile
42
- if: matrix.node-version == '10.x'
+ if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
43
- name: Install dependencies
44
run: yarn --frozen-lockfile
45
if: matrix.node-version != '10.x'
package.json
@@ -20,7 +20,7 @@
20
"devDependencies": {
21
"@types/graceful-fs": "^4.1.6",
22
"@types/jest": "^27.5.1",
23
- "@types/node": "^20.11.24",
+ "@types/node": "20.9.5",
24
"cspell": "4.2.8",
25
"eslint": "^7.9.0",
26
"eslint-config-prettier": "^6.11.0",
0 commit comments