Skip to content

Commit

Permalink
fix: ensure node 18 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran committed Feb 2, 2025
1 parent 3c85823 commit 4ffd3c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup project
uses: ./.github/actions/setup

Expand All @@ -29,6 +34,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup project
uses: ./.github/actions/setup

Expand All @@ -41,6 +51,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup project
uses: ./.github/actions/setup

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
},
"resolutions": {
"@types/react": "18.2.0",
"@types/react-native": "0.72.0",
"@react-native/dev-middleware": "0.76.5"
"@types/react-native": "0.72.0"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 4ffd3c7

Please sign in to comment.