Skip to content

Commit 2b4d56e

Browse files
committed
fix: unit tests
1 parent 3c40d7a commit 2b4d56e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
pnpm run build
3131
3232
build_examples:
33-
strategy:
34-
matrix:
35-
node: ["22"]
3633
runs-on: ubuntu-24.04
3734
env:
3835
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
@@ -42,7 +39,7 @@ jobs:
4239
- uses: pnpm/action-setup@v4.1.0
4340
- uses: actions/setup-node@v4.4.0
4441
with:
45-
node-version: ${{ matrix.node }}
42+
node-version: 22.19.0
4643
- name: build
4744
run: |
4845
pnpm install --frozen-lockfile

.github/workflows/size-limit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ on:
44
types: ["opened", "edited", "reopened", "synchronize"]
55
jobs:
66
size:
7-
strategy:
8-
matrix:
9-
node: ["22"]
107
runs-on: ubuntu-24.04
118
steps:
129
- uses: actions/checkout@v5
1310
- uses: pnpm/action-setup@v4.1.0
1411
- name: Use Node.js
1512
uses: actions/setup-node@v4.4.0
1613
with:
17-
node-version: ${{ matrix.node }}
14+
node-version: 22.19.0
1815
- run: |
1916
pnpm install
2017
pnpm run size

0 commit comments

Comments
 (0)