Skip to content

Commit 6582b95

Browse files
Bump node version to satisfy requirements
1 parent 3f1a6c4 commit 6582b95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.10'
2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: '16.x'
23+
node-version: '20.x'
2424

2525
- name: Install dependencies
2626
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
python-version: '3.10'
200200
- uses: actions/setup-node@v1
201201
with:
202-
node-version: '16.x'
202+
node-version: '20.x'
203203

204204
# - name: Update chrome
205205
# run: |

0 commit comments

Comments
 (0)