Skip to content

Commit

Permalink
Update Node.js to version 14.19.0 (kubeflow#96)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] and github-actions[bot] authored Feb 10, 2022
1 parent be9a195 commit d28d3e5
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 @@ -56,7 +56,7 @@ jobs:
# Build job
build_api:
docker:
- image: cimg/node:14.18.3
- image: cimg/node:14.19.0
auth:
username: ${DOCKERHUB_USER}
password: ${DOCKERHUB_PASSWORD}
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
# Danger
danger:
docker:
- image: cimg/node:14.18.3
- image: cimg/node:14.19.0
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.3
14.19.0
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.3
nodejs 14.19.0
python 3.8.12

0 comments on commit d28d3e5

Please sign in to comment.