Skip to content

Commit ccac3e3

Browse files
authored
chore(deps): add pnpm-workspace.yaml and bump pnpm and node version in ci (#1139)
* chore(test): bump tests * chore(ci): bump node version
1 parent 222c725 commit ccac3e3

5 files changed

Lines changed: 219 additions & 805 deletions

File tree

.github/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ runs:
55
steps:
66
- uses: actions/setup-node@v4
77
with:
8-
node-version: 20.x
8+
node-version: 24.x
99

1010
- name: Setup pnpm
1111
uses: pnpm/action-setup@v4
1212
with:
13-
version: 10.26.1
13+
version: 11.6.0
1414

1515
- run: pnpm install
1616
shell: bash

.github/workflows/code-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 10.26.1
25+
version: 11.6.0
2626
- uses: ./.github/setup
2727

2828
- name: Check formatting
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup pnpm
3838
uses: pnpm/action-setup@v4
3939
with:
40-
version: 10.26.1
40+
version: 11.6.0
4141
- uses: ./.github/setup
4242

4343
- run: pnpm lint
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup pnpm
5252
uses: pnpm/action-setup@v4
5353
with:
54-
version: 10.26.1
54+
version: 11.6.0
5555
- uses: ./.github/setup
5656

5757
- run: pnpm typecheck
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup pnpm
6666
uses: pnpm/action-setup@v4
6767
with:
68-
version: 10.26.1
68+
version: 11.6.0
6969
- uses: ./.github/setup
7070

7171
- run: pnpm test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@
9494
"tsx": "^4.22.4",
9595
"tw-animate-css": "^1.4.0",
9696
"typescript": "^6.0.3",
97+
"vite": "^8.0.16",
9798
"vitest": "^4.1.8"
9899
},
99100
"ct3aMetadata": {
100101
"initVersion": "7.23.1"
101102
},
102-
"packageManager": "pnpm@10.26.1"
103+
"packageManager": "pnpm@11.6.0"
103104
}

0 commit comments

Comments
 (0)