We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e488c65 commit 15f04f8Copy full SHA for 15f04f8
1 file changed
.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.2.0
+ - uses: actions/setup-node@v6.3.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