We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5c353 commit f3d5711Copy full SHA for f3d5711
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
token: ${{ secrets.GH_TOKEN }}
15
16
- name: "Setup node with cache"
17
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
18
with:
19
node-version: 22
20
cache: 'yarn'
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
fetch-depth: 0
10
11
12
13
0 commit comments