Skip to content

Commit

Permalink
chore: upgrade to Node v16.19, npm v8.19.3 (#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Jan 3, 2023
1 parent 59333b9 commit aacc3c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ orbs:

aliases:
- &docker-node-image
- image: cimg/node:16.14
- image: cimg/node:16.19

- &docker-node-browsers-image
- image: cimg/node:16.14-browsers
- image: cimg/node:16.19-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14
v16.19
2 changes: 1 addition & 1 deletion config/tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.6.2",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/react": "16.14.32"
},
"engines": {
"node": ">=16"
"node": ">=16.19"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit aacc3c2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade to Node v16.19, npm v8.19.3 (#5816)

Previews: documentation | landing | table | demo

Please sign in to comment.