We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8458b6b + 0160dc3 commit f00b125Copy full SHA for f00b125
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up pnpm
25
uses: pnpm/[email protected]
26
- name: Set up Node.js
27
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
28
with:
29
node-version-file: package.json
30
cache: "pnpm"
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
31
32
33
34
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments