Skip to content

Commit e455a8b

Browse files
committed
Update test.yml
1 parent 64bfd7b commit e455a8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ jobs:
238238
with:
239239
python-version: ${{ matrix.python-version }}
240240

241+
- name: Set up Node.js
242+
uses: actions/setup-node@v4
243+
with:
244+
node-version: '20'
245+
241246
- name: Cache pip packages
242247
uses: actions/cache@v3
243248
with:

0 commit comments

Comments
 (0)