We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149b1e commit b4b7560Copy full SHA for b4b7560
.github/workflows/pre-commit.yml
@@ -25,12 +25,12 @@ jobs:
25
timeout-minutes: 5
26
steps:
27
- *checkout-step
28
- - uses: actions/setup-node@v6.0.0
+ - uses: actions/setup-node@v6.1.0
29
with:
30
node-version: 24
31
package-manager-cache: false
32
- run: corepack enable
33
34
35
36
cache: "yarn"
0 commit comments