Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed May 17, 2024
1 parent a6b4251 commit 1f3fbbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
node-version: 16

- name: Install React Native CLI
run: npm install react-native-cli
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
node-version: 16

- name: Install React Native CLI
run: npm install react-native-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
node-version: 16

- name: Install Dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
node-version: 16

- name: Install React Native CLI
run: npm install react-native-cli
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
node-version: 16

- name: Install React Native CLI
run: npm install react-native-cli
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,6 @@ SPEC CHECKSUMS:
StripeUICore: 31c66d62940078bd132c23a1fe9ec8746edc02a2
Yoga: 7a4d48cfb35dfa542151e615fa73c1a0d88caf21

PODFILE CHECKSUM: b1b4f586697e7386c64b5ffa7415d09810bcfd99
PODFILE CHECKSUM: 7b4a5e954edfeed0967520f79be9e773f07d8266

COCOAPODS: 1.11.3

0 comments on commit 1f3fbbe

Please sign in to comment.