mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore(deps): update node.js to v10.18.0
This commit is contained in:
parent
82276bff7f
commit
ee1079a6a8
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ commands:
|
|||
jobs:
|
||||
test_node_10:
|
||||
docker:
|
||||
- image: amd64/node:10.17.0@sha256:93e9a9283f0e2ead937a8f77a2c72b18f80005c10b57b4f1cfd40d2b3aa6595f
|
||||
- image: amd64/node:10.18.0@sha256:15a23eefad1798c98238fe71b22b65e20c26c17f139505cf6abcab53a740554a
|
||||
steps:
|
||||
- test
|
||||
test_node_12:
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
- test
|
||||
release:
|
||||
docker:
|
||||
- image: amd64/node:10.17.0@sha256:93e9a9283f0e2ead937a8f77a2c72b18f80005c10b57b4f1cfd40d2b3aa6595f
|
||||
- image: amd64/node:10.18.0@sha256:15a23eefad1798c98238fe71b22b65e20c26c17f139505cf6abcab53a740554a
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn install --frozen-lockfile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/node:10.17.0@sha256:93e9a9283f0e2ead937a8f77a2c72b18f80005c10b57b4f1cfd40d2b3aa6595f AS tsbuild
|
||||
FROM amd64/node:10.18.0@sha256:15a23eefad1798c98238fe71b22b65e20c26c17f139505cf6abcab53a740554a AS tsbuild
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
|
|
Loading…
Reference in a new issue