We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7576125 + 0e06af7 commit 3a525e1Copy full SHA for 3a525e1
.github/workflows/main.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup pnpm
26
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
27
- name: Setup Node.js
28
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
29
with:
30
cache: pnpm
31
node-version-file: ./package.json
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments