Skip to content

Commit

Permalink
ci: run in node 14.17
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Jun 12, 2022
1 parent 62fe238 commit 05141ff
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'cimg/node:14.19'
- image: 'cimg/node:14.17'
steps:
- 'checkout'
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@commitlint/config-conventional": "17.0.2",
"eslint": "8.17.0",
"husky": "8.0.1",
"lerna": "5.0.0",
"lerna": "5.1.1",
"lint-staged": "13.0.1",
"prettier": "2.6.2",
"remark-cli": "10.0.1",
Expand Down
Loading

0 comments on commit 05141ff

Please sign in to comment.