Skip to content

Commit

Permalink
Renovate node20 (#7813)
Browse files Browse the repository at this point in the history
* Update Node.js to v20.6.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Archaeopteryx and renovate[bot] committed Sep 19, 2023
1 parent 7dd5602 commit 1e0edda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
executor:
name: node/default
# The Node version here must be kept in sync with that in `package.json`.
tag: '19.0.1'
tag: '20.6.1'
steps:
- checkout
- node/install-packages:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Frontend stage
FROM node:19.0.1 AS frontend
FROM node:20.6.1 AS frontend

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "MPL-2.0",
"engines": {
"node": "19.0.1",
"node": "20.6.1",
"yarn": "1.22.19"
},
"dependencies": {
Expand Down

0 comments on commit 1e0edda

Please sign in to comment.