Skip to content

Commit e5ab902

Browse files
authored
fix(ci): run coverage lane on Node 22 (#89)
1 parent 4a1e4eb commit e5ab902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Build
9393
command: pnpm run build
9494
- name: Test
95+
node_version: 22
9596
command: pnpm run test:coverage
9697

9798
steps:
@@ -110,7 +111,7 @@ jobs:
110111
- name: Setup Node.js
111112
uses: actions/setup-node@v6
112113
with:
113-
node-version: ${{ env.NODE_VERSION }}
114+
node-version: ${{ matrix.node_version || env.NODE_VERSION }}
114115
check-latest: true
115116
cache: pnpm
116117

0 commit comments

Comments
 (0)