Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 271ac2f

Browse files
committed
fix: use node 10.15.1
1 parent a0bafea commit 271ac2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
entrypoint:
44
- sleep
55
- infinity
6-
image: node:12.22.7-buster
6+
image: node:10.15.1
77
platform: linux/amd64
88
init: true
99
volumes:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"winston": "^3.3.3"
4545
},
4646
"engines": {
47-
"node": "12.x"
47+
"node": "10.x"
4848
},
4949
"standard": {
5050
"env": [

0 commit comments

Comments
 (0)