Skip to content

Commit 52c0874

Browse files
committed
ci: use correct node version in matrix
1 parent 2dcf179 commit 52c0874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: ${{ matrix.os }}
32+
node-version: ${{ matrix.node }}
3333
cache: pnpm
3434

3535
- name: Install dependencies

0 commit comments

Comments
 (0)