Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedonov committed Apr 12, 2024
1 parent 9d449b4 commit 3f6b362
Show file tree
Hide file tree
Showing 5 changed files with 8,684 additions and 9,512 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ orbs:
jobs:
build-and-publish:
docker:
- image: cimg/node:12.22.0
- image: cimg/node:18
steps:
- checkout
- node/install:
install-yarn: true
install-npm: false
node-version: '12.22'
node-version: '18'
- run:
name: Yarn install
command: yarn install --frozen-lockfile --production=false
Expand Down Expand Up @@ -47,15 +47,15 @@ workflows:
branches:
ignore: master
pkg-manager: yarn
version: '12.22'
version: '18'
build-and-publish:
jobs:
- node/test:
filters: &filters_master_only
branches:
only: master
pkg-manager: yarn
version: '12.22'
version: '18'
- build-and-publish:
filters:
<<: *filters_master_only
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- node_modules
- yarn
install:
- nvm install 12
- nvm install 18
- source travis/install_yarn
- yarn install
- yarn build
Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"lerna": "4.0.0",
"lerna": "8.0.0",
"packages": [
"packages/*"
],
"version": "1.1.0-beta.92",
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"concurrently": "^3.5.1",
"husky": "^4.2.1",
"jest": "22.1.2",
"lerna": "^4.0.0",
"lerna": "8.0.0",
"lint-staged": "^10.0.4"
},
"engines": {
"node": "12.x"
"node": "18.x"
},
"scripts": {
"dev": "concurrently \"cd packages/core && yarn build:watch\" \"cd packages/common-styles && yarn build:watch\" \"cd packages/playground && yarn storybook --quiet\"",
Expand Down
Loading

0 comments on commit 3f6b362

Please sign in to comment.