Skip to content

Commit 65a75ec

Browse files
committed
ci update
1 parent 4e9fb93 commit 65a75ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/js-checks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11+
- uses: actions/cache@v3
12+
with:
13+
path: ~/.npm/graz
14+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
15+
restore-keys: |
16+
${{ runner.os }}-npm-
1117
- uses: actions/setup-node@v3
1218
with:
1319
node-version: 18

0 commit comments

Comments
 (0)