Skip to content

Commit

Permalink
use 18 instaed
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed May 17, 2024
1 parent ce33ace commit a6b4251
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 20
node-version: 18

- 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: 20
node-version: 18

- 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: 20
node-version: 18

- 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: 20
node-version: 18

- 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: 20
node-version: 18

- name: Install React Native CLI
run: npm install react-native-cli
Expand Down

0 comments on commit a6b4251

Please sign in to comment.