Skip to content

Commit

Permalink
Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Archaeopteryx committed Nov 8, 2023
1 parent 2b08e55 commit e13848b
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: '20.6.1'
tag: '21.1.0'
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:20.6.1 AS frontend
FROM node:21.1.0 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": "20.6.1",
"node": "21.1.0",
"yarn": "1.22.19"
},
"dependencies": {
Expand Down

0 comments on commit e13848b

Please sign in to comment.