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 789c13e commit dc9fc14Copy full SHA for dc9fc14
.github/workflows/changesets.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
18
19
node-version: 20
20
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
22
23
node-version: ${{ matrix.node-version }}
24
cache: yarn
.github/workflows/quality.yml
@@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
0 commit comments