We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534d258 commit 2bb3b09Copy full SHA for 2bb3b09
.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/setup-node@v4
22
with:
23
node-version: 22.x
24
+ check-latest: true
25
cache: pnpm
26
27
- name: Install dependencies
.github/workflows/testing.yml
@@ -18,7 +18,9 @@ jobs:
18
19
20
+ cache: pnpm
run: pnpm install
@@ -47,7 +49,9 @@ jobs:
47
49
48
50
51
52
53
54
55
56
57
0 commit comments