Skip to content

Commit 23527a0

Browse files
authored
Bump Xcode and node version (#383)
Bumping Xcode from `12.5.1` to `13.2.0 ` and node from `16.12` to `16.13`.
1 parent f398365 commit 23527a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
version: 2.1
22

33
aliases:
4-
- &xcode-version 12.5.1
5-
- &node-version '16.12'
4+
- &xcode-version 13.2.0
5+
- &node-version '16.13'
66

77
orbs:
88
node: circleci/[email protected]
99

1010
executors:
1111
default:
1212
docker:
13-
- image: cimg/node:16.12
13+
- image: cimg/node:16.13
1414
working_directory: ~/react-native-url-polyfill
1515
xcode-11:
1616
macos:

0 commit comments

Comments
 (0)