Skip to content

Commit

Permalink
fix: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran committed Feb 2, 2025
1 parent 469431b commit 6830f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

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

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

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

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

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

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"react-native-web": "*"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 18"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 6830f8a

Please sign in to comment.