Skip to content

Commit

Permalink
chore: update to Node 20 LTS [sc-41962] (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Nov 1, 2023
1 parent 95633ea commit 46383eb
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 @@ -4,7 +4,7 @@ orbs:
node: circleci/[email protected]

node-image: &node-image
image: cimg/node:18.13.0
image: cimg/node:20.9.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_ACCESS_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
20.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"!dist/setupTests.*"
],
"engines": {
"node": ">=18.13.0"
"node": "~20.9.0"
},
"scripts": {
"start": "yarn storybook",
Expand Down

0 comments on commit 46383eb

Please sign in to comment.