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 e752d14 commit b0e59cfCopy full SHA for b0e59cf
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.GH_TOKEN }}
18
19
- name: "Setup node with cache"
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: 22
23
cache: 'yarn'
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
fetch-depth: 0
10
11
12
13
14
cache: yarn
0 commit comments