We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48d6e3 + eeeb339 commit 91e30d9Copy full SHA for 91e30d9
2 files changed
.github/workflows/ci-from-fork.yml
@@ -19,7 +19,7 @@ jobs:
19
if: github.event.pull_request.head.repo.fork == true
20
steps:
21
- uses: actions/checkout@v5
22
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
23
with:
24
node-version: 22.x
25
cache: npm
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
timeout-minutes: 5
14
15
16
17
18
@@ -48,7 +48,7 @@ jobs:
48
if: github.event.pull_request.head.repo.fork == false
49
50
51
52
53
54
0 commit comments