chore: Downgrade node to 18.18.2

This commit is contained in:
Sidharth Vinod 2023-12-04 12:46:56 +05:30
parent 87a0ab3438
commit 798f9f8b78
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '3.9'
services:
mermaid:
image: node:18.19.0-alpine3.18
image: node:18.18.2-alpine3.18
stdin_open: true
tty: true
working_dir: /mermaid

View File

@ -123,7 +123,7 @@
"vitest": "^0.34.0"
},
"volta": {
"node": "18.19.0"
"node": "18.18.2"
},
"nyc": {
"report-dir": "coverage/cypress"