Update docker image and ci to node 20

This commit is contained in:
shamoon
2023-09-14 10:13:25 -07:00
committed by Rock
parent 1fb739da2c
commit 69b9315681
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
-