Skip to content

Commit 53355b8

Browse files
committed
fix: ci scripts
1 parent 70b2fd6 commit 53355b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
path: |
160160
node_modules
161161
tslib
162+
lib
162163
key: ${{ runner.os }}-build-node13-${{ github.sha }}
163164
restore-keys: |
164165
${{ runner.os }}-build-node13-
@@ -195,6 +196,7 @@ jobs:
195196
path: |
196197
node_modules
197198
tslib
199+
lib
198200
key: ${{ runner.os }}-build-node15-${{ github.sha }}
199201
restore-keys: |
200202
${{ runner.os }}-build-node15-

0 commit comments

Comments
 (0)