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
c10dde2f
Commit
c10dde2f
authored
5 years ago
by
Renovate Bot
Committed by
renovate[bot]
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update node.js to v10.16.3
parent
9f22002b
No related branches found
No related tags found
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 @
c10dde2f
...
...
@@ -65,7 +65,7 @@ commands:
jobs
:
test_node_10
:
docker
:
-
image
:
amd64/node:10.16.
1
@sha256:
fdcdf519622ff8d3cb8000a77e69fc44e7d5ebe8c39f8d89885ffba337b193f8
-
image
:
amd64/node:10.16.
3
@sha256:
47577703778ff7d741425c5f5c81df719b1b3bb647c4beae02a1d1d327afbe8c
steps
:
-
test
test_node_12
:
...
...
@@ -75,7 +75,7 @@ jobs:
-
test
release
:
docker
:
-
image
:
amd64/node:10.16.
1
@sha256:
fdcdf519622ff8d3cb8000a77e69fc44e7d5ebe8c39f8d89885ffba337b193f8
-
image
:
amd64/node:10.16.
3
@sha256:
47577703778ff7d741425c5f5c81df719b1b3bb647c4beae02a1d1d327afbe8c
steps
:
-
checkout
-
run
:
yarn install --frozen-lockfile
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
c10dde2f
FROM
amd64/node:10.16.
1
@sha256:
fdcdf519622ff8d3cb8000a77e69fc44e7d5ebe8c39f8d89885ffba337b193f8
AS
tsbuild
FROM
amd64/node:10.16.
3
@sha256:
47577703778ff7d741425c5f5c81df719b1b3bb647c4beae02a1d1d327afbe8c
AS
tsbuild
COPY
package.json .
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