We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a0ab3 commit 798f9f8Copy full SHA for 798f9f8
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3.9'
2
services:
3
mermaid:
4
- image: node:18.19.0-alpine3.18
+ image: node:18.18.2-alpine3.18
5
stdin_open: true
6
tty: true
7
working_dir: /mermaid
package.json
@@ -123,7 +123,7 @@
123
"vitest": "^0.34.0"
124
},
125
"volta": {
126
- "node": "18.19.0"
+ "node": "18.18.2"
127
128
"nyc": {
129
"report-dir": "coverage/cypress"
0 commit comments