Skip to content

Commit

Permalink
Update Node.js to version 14.18.1 (kubeflow#46)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Oct 18, 2021
1 parent 915e0e1 commit e15464b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Build job
build_api:
docker:
- image: cimg/node:14.18.0
- image: cimg/node:14.18.1
auth:
username: ${DOCKERHUB_USER}
password: ${DOCKERHUB_PASSWORD}
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
# Danger
danger:
docker:
- image: cimg/node:14.18.0
- image: cimg/node:14.18.1
auth:
username: ${DOCKERHUB_USER}
password: ${DOCKERHUB_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.0
14.18.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 14.18.0
nodejs 14.18.1
python 3.9.5

0 comments on commit e15464b

Please sign in to comment.