Skip to content

Commit 9172597

Browse files
committed
Tweak CI job
🤦‍♂️
1 parent 62aeb1e commit 9172597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
cache: 'pnpm'
27-
node-version: ${{ matrix.node-version }}
27+
node-version: ${{ matrix.node }}
2828

2929
- name: Install dependencies
3030
run: pnpm install

0 commit comments

Comments
 (0)