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 66e0afc commit aabc522Copy full SHA for aabc522
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup | Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 20
+ node-version: 24
26
- name: Setup | Dependencies
27
run: npm i -g pnpm && pnpm i --frozen-lockfile
28
- name: Build
0 commit comments