Update docker image node to v18 (#4149)

This commit is contained in:
shamoon
2023-09-08 16:48:02 -07:00
committed by Rock
parent 97c9c176e6
commit 162ec3b953
2 changed files with 2 additions and 2 deletions

View File

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