Skip to content

Commit

Permalink
Merge pull request openedx#34669 from openedx/feanil/update_quality_c…
Browse files Browse the repository at this point in the history
…heck_node

build: Update quality checks to node 18
  • Loading branch information
Feanil Patel authored May 1, 2024
2 parents 0439197 + c9d85db commit 98dd951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 16 ]
node-version: [ 18 ]

steps:

Expand Down

0 comments on commit 98dd951

Please sign in to comment.