Skip to content

Commit 4d65a6a

Browse files
committed
...
1 parent 65def61 commit 4d65a6a

File tree

6 files changed

+8878
-89702
lines changed

6 files changed

+8878
-89702
lines changed

.github/workflows/checkin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: install
1414
uses: wyvox/action-setup-pnpm@v3
1515
with:
16-
node-version: 20
17-
pnpm-version: 8
16+
node-version: 23
17+
pnpm-version: 9
1818
- name: build
1919
run: pnpm build
2020
- name: test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v1
17-
- uses: xmake-io/github-action-setup-xmake@master
17+
- uses: xmake-io/github-action-setup-xmake@test
1818
with:
1919
xmake-version: ${{ matrix.version }}
2020
- name: Run tests

0 commit comments

Comments
 (0)