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 2605385 commit 77ac193Copy full SHA for 77ac193
.github/workflows/publish.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Setup Node
110
uses: actions/setup-node@v4
111
with:
112
- node-version: 20
+ node-version: 24
113
- name: Install dependencies
114
run: npm i -g node-fetch
115
- name: Delete release
@@ -210,7 +210,7 @@ jobs:
210
- name: Install Node.js
211
212
213
214
cache: "pnpm"
215
216
run: pnpm install --no-frozen-lockfile
@@ -346,7 +346,7 @@ jobs:
346
347
348
349
350
- name: Setup AUR private key
351
run: |
352
mkdir -p ~/.ssh
0 commit comments