Skip to content

Commit abb089b

Browse files
committed
Use node.js v18 and npm v10 in development
1 parent 9a7180f commit abb089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
name: CI-Build
2727
command: npm run cibuild
2828

29-
install-and-cibuild: # main cibuild using node 16 & npm 7
29+
install-and-cibuild: # main cibuild using node 18 & npm 10
3030
docker:
31-
- image: cimg/node:16.17.1
31+
- image: cimg/node:18.20
3232
working_directory: ~/plotly.js
3333
steps:
3434
- checkout

0 commit comments

Comments
 (0)