We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d3aba commit 548781cCopy full SHA for 548781c
.github/workflows/ci.yml
@@ -33,14 +33,15 @@ jobs:
33
uses: pnpm/action-setup@v4
34
with:
35
version: 10
36
- cache: true
37
38
# Configure the Node.js runtime using the version
39
# specified in the .nvmrc file.
40
- name: Setup Node.js
41
uses: actions/setup-node@v4
42
43
node-version-file: ".nvmrc"
+ cache: "pnpm"
44
+ cache-dependency-path: "pnpm-lock.yaml"
45
46
# Install dependencies exactly as defined in pnpm-lock.yaml.
47
# The workflow will fail if the lockfile and package.json
0 commit comments