We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430c275 commit 4abce5dCopy full SHA for 4abce5d
.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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