Skip to content

Commit

Permalink
chore: Downgrade node to 18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Dec 4, 2023
1 parent 87a0ab3 commit 798f9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"vitest": "^0.34.0"
},
"volta": {
"node": "18.19.0"
"node": "18.18.2"
},
"nyc": {
"report-dir": "coverage/cypress"
Expand Down

0 comments on commit 798f9f8

Please sign in to comment.