Merge pull request #34669 from openedx/feanil/update_quality_check_node

build: Update quality checks to node 18
This commit is contained in:
Feanil Patel
2024-05-01 09:31:08 -04:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 16 ]
node-version: [ 18 ]
steps: