Skip to content

Commit bdb803c

Browse files
Fixed dependency cache
1 parent af4b9d3 commit bdb803c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/generate-schemas.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
2626
with:
27-
cache: "npm"
28-
cache-dependency-path: "package-lock.json"
27+
cache: "yarn"
28+
cache-dependency-path: yarn.lock
2929
node-version: "16"
3030

3131
- name: NPM Setup

.github/workflows/release-node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
4242
with:
4343
node-version: 18
44-
cache: "npm"
45-
cache-dependency-path: package-lock.json
44+
cache: "yarn"
45+
cache-dependency-path: yarn.lock
4646

4747
- name: Download artifacts
4848
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)