Skip to content

Commit 0ffd59c

Browse files
committed
Add node setup step for python 3.8
1 parent cc067d1 commit 0ffd59c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: '3.8'
2525

26+
- name: Set up Node.js
27+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
28+
with:
29+
node-version: '20'
30+
2631
- name: Set up Chrome
2732
id: setup-chrome
2833
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2

0 commit comments

Comments
 (0)