There was an error while loading. Please reload this page.
2 parents 0bca54c + a4a8d42 commit e982f88Copy full SHA for e982f88
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: "18.x"
+ node-version: "22.x"
21
- name: Install dependencies
22
run: npm install
23
- name: Build
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
- name: Download dist
0 commit comments