Skip to content

Commit 62a8df8

Browse files
committed
One other thing
1 parent 79f3adb commit 62a8df8

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.github/workflows/main.yml

-8
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ jobs:
2020
with:
2121
node-version: '18'
2222

23-
- name: Cache dependencies
24-
id: cache
25-
uses: actions/cache@v4
26-
with:
27-
path: '**/node_modules'
28-
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
29-
3023
- name: Install dependencies
31-
if: steps.cache.outputs.cache-hit != 'true'
3224
run: yarn install --immutable
3325

3426
- name: Run lint

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"experimentalDecorators": true,
1414
"target": "ES2022",
1515
"typeRoots": ["node_modules/@types"],
16-
"types": ["jasmine", "node"],
16+
"types": ["@types/jasmine", "@types/node"],
1717
"lib": ["es2018", "dom"],
1818
"paths": {
1919
"@openmrs/ngx-file-uploader": ["dist/ngx-file-uploader"],

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -10786,9 +10786,9 @@ __metadata:
1078610786
linkType: hard
1078710787

1078810788
"readdirp@npm:^4.0.1":
10789-
version: 4.0.2
10790-
resolution: "readdirp@npm:4.0.2"
10791-
checksum: 10c0/a16ecd8ef3286dcd90648c3b103e3826db2b766cdb4a988752c43a83f683d01c7059158d623cbcd8bdfb39e65d302d285be2d208e7d9f34d022d912b929217dd
10789+
version: 4.1.1
10790+
resolution: "readdirp@npm:4.1.1"
10791+
checksum: 10c0/a1afc90d0e57ce4caa28046875519453fd09663ade0d0c29fe0d6a117eca4596cfdf1a9ebb0859ad34cca7b9351d4f0d8d962a4363d40f3f37e57dba51ffb6b6
1079210792
languageName: node
1079310793
linkType: hard
1079410794

0 commit comments

Comments
 (0)