1 parent b11c770 commit 69d0a39Copy full SHA for 69d0a39
2 files changed
.github/workflows/ci.yml
@@ -18,8 +18,6 @@ jobs:
18
ssh://git@github.com/
19
20
- uses: pnpm/action-setup@v4
21
- with:
22
- version: 10
23
24
- name: Use Node.js 24
25
uses: actions/setup-node@v4
.github/workflows/release-on-tag.yml
@@ -28,8 +28,6 @@ jobs:
28
29
30
31
32
33
34
- name: Install dependencies and run webpack
35
run: |
0 commit comments