Skip to content

Commit 97596d0

Browse files
committed
fix(ci): use correct node version in unit tests
1 parent 554a1bd commit 97596d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
- name: ⬇️ Checkout repo
6262
uses: actions/checkout@v4
6363

64+
- name: 📤 Setup Node ${{ matrix.node-version }}
65+
uses: actions/setup-node@v4
66+
with:
67+
node-version: ${{ matrix.node-version }}
68+
6469
- name: 📤 Install Bun
6570
uses: oven-sh/setup-bun@v1
6671
with:

0 commit comments

Comments
 (0)