We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35d78e + 64c725e commit 4d7e997Copy full SHA for 4d7e997
3 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: pnpm/action-setup@v4
21
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: pnpm
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Use Node.js 22
node-version: 22
registry-url: https://registry.npmjs.org
.github/workflows/release-please.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments