We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec827e6 commit 62c0108Copy full SHA for 62c0108
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
16
with:
17
node-version: 22
18
cache: yarn
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
.github/workflows/pr-checks.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
cache: "yarn"
- run: yarn install
0 commit comments