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 948e55f commit c80c659Copy full SHA for c80c659
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: pnpm/action-setup@v4
21
22
- name: Install Node.js
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
24
with:
25
node-version: 22
26
cache: pnpm
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
27
28
0 commit comments