Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
3e9dec4f
Commit
3e9dec4f
authored
5 years ago
by
Renovate Bot
Committed by
Rhys Arkins
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update node.js to v10.19.0
parent
eaa80e76
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+2
-2
2 additions, 2 deletions
.circleci/config.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
3 deletions
.circleci/config.yml
+
2
−
2
View file @
3e9dec4f
...
@@ -74,12 +74,12 @@ commands:
...
@@ -74,12 +74,12 @@ commands:
jobs
:
jobs
:
test_node_10
:
test_node_10
:
docker
:
docker
:
-
image
:
amd64/node:10.1
8.1
@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
-
image
:
amd64/node:10.1
9.0
@sha256:
06e80d0a45ea264fa69296cce992bc6f9c6956ff18f314c6211ba5b0db34e468
steps
:
steps
:
-
test
-
test
release
:
release
:
docker
:
docker
:
-
image
:
amd64/node:10.1
8.1
@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
-
image
:
amd64/node:10.1
9.0
@sha256:
06e80d0a45ea264fa69296cce992bc6f9c6956ff18f314c6211ba5b0db34e468
steps
:
steps
:
-
checkout
-
checkout
-
restore_cache
:
-
restore_cache
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
3e9dec4f
FROM
amd64/node:10.1
8.1
@sha256:
647d112e796fcbe9b0262092d7903784f0230714b13409efe090a477f1555227
AS
tsbuild
FROM
amd64/node:10.1
9.0
@sha256:
06e80d0a45ea264fa69296cce992bc6f9c6956ff18f314c6211ba5b0db34e468
AS
tsbuild
COPY
package.json .
COPY
package.json .
COPY
yarn.lock .
COPY
yarn.lock .
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment