Update docker image and ci to node 20

This commit is contained in:
shamoon
2023-09-14 10:13:25 -07:00
committed by Trenton H
parent 5fce21e269
commit 3a36d9b1ae
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ jobs:
- pre-commit
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
-