Skip to content

Commit 812511a

Browse files
committed
chore: upgrade node version on CI
1 parent 65a07f9 commit 812511a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
analyse:
55
docker:
6-
- image: circleci/node:10
6+
- image: cimg/node:current
77
steps:
88
- checkout
99
- restore_cache:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"eslint": "^8.19.0",
4141
"flow-bin": "0.214.0",
4242
"metro-react-native-babel-preset": "0.77.0",
43+
"prettier": "^3.0.2",
4344
"react": "18.2.0",
4445
"react-native": "0.72.3",
4546
"react-native-gesture-handler": "2.12.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4638,6 +4638,11 @@ prettier-linter-helpers@^1.0.0:
46384638
dependencies:
46394639
fast-diff "^1.1.2"
46404640

4641+
prettier@^3.0.2:
4642+
version "3.0.2"
4643+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
4644+
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
4645+
46414646
pretty-format@^26.5.2, pretty-format@^26.6.2:
46424647
version "26.6.2"
46434648
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"

0 commit comments

Comments
 (0)