We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa9f9b5 + cbaedd0 commit 8cabc6eCopy full SHA for 8cabc6e
.github/workflows/test.yml
@@ -53,14 +53,14 @@ jobs:
53
- uses: actions/checkout@v4
54
55
- name: Cache conda environment
56
- uses: actions/cache@v3
+ uses: actions/cache@v4
57
with:
58
path: |
59
~/conda
60
key: conda
61
62
- name: Cache node_modules
63
64
65
66
node_modules
tsconfig.json
@@ -18,7 +18,7 @@
18
"strict": true,
19
"strictNullChecks": false,
20
"target": "es2018",
21
- "types": []
+ "types": [],
22
},
23
- "include": ["lab/src/*"]
+ "include": ["lab/src/*"],
24
}
0 commit comments