build: Update quality checks to node 18

This commit is contained in:
Feanil Patel
2024-04-30 13:48:28 -04:00
parent d4ca537f21
commit c9d85dbbb4

View File

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