Skip to content

Commit

Permalink
Bump node to 18 & Java to 17 (#6)
Browse files Browse the repository at this point in the history
* Bump node to 18

* Bump Java to 17
  • Loading branch information
cortinico authored Dec 7, 2023
1 parent 2de9e86 commit ef2bf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "11"
java-version: "17"

- 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 ef2bf36

Please sign in to comment.