Skip to content

Commit f5acc0c

Browse files
committed
fix: node version
1 parent 0d019f1 commit f5acc0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

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

3030
- name: Install dependencies and build

0 commit comments

Comments
 (0)