We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23545e commit b44c9f6Copy full SHA for b44c9f6
2 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v6
21
with:
22
- node-version: "22"
+ node-version: "24"
23
24
- name: Install pnpm
25
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
26
0 commit comments