Skip to content

Commit

Permalink
Bump node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Dec 7, 2023
1 parent 2de9e86 commit f12e706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Check React Native Version
id: yarnoutdated
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Yarn Install
run: yarn install
Expand Down

0 comments on commit f12e706

Please sign in to comment.