We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4b9d3 commit bdb803cCopy full SHA for bdb803c
.github/workflows/generate-schemas.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Set up Node.js
25
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
26
with:
27
- cache: "npm"
28
- cache-dependency-path: "package-lock.json"
+ cache: "yarn"
+ cache-dependency-path: yarn.lock
29
node-version: "16"
30
31
- name: NPM Setup
.github/workflows/release-node.yml
@@ -41,8 +41,8 @@ jobs:
41
42
43
node-version: 18
44
45
- cache-dependency-path: package-lock.json
46
47
- name: Download artifacts
48
uses: actions/download-artifact@v3
0 commit comments