There was an error while loading. Please reload this page.
1 parent 03a3fdd commit de2e829Copy full SHA for de2e829
2 files changed
.github/workflows/fresh-install.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Upload installer log on failure
57
if: failure()
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
59
with:
60
name: fresh-install-log-pnpm-${{ matrix.pnpm-version }}
61
path: /tmp/leon-fresh-install.log
package.json
@@ -23,6 +23,7 @@
23
"devEngines": {
24
"runtime": {
25
"name": "node",
26
+ "version": ">=24.0.0",
27
"onFail": "error"
28
},
29
"packageManager": {
0 commit comments