Skip to content

Commit

Permalink
upgrade node and java to latest supported
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 18, 2023
1 parent 4c749d9 commit 8e5490d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup node version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Get NPM cache directory
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Setup node version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Generate server configuration
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
if: ${{ (matrix.variant.os == 'android') }}
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
java-version: '17'

- name: Run ${{matrix.variant.target}} (${{ matrix.variant.os}} / ${{ matrix.variant.environment }})
if: ${{ (matrix.variant.os == 'android') }}
Expand Down

0 comments on commit 8e5490d

Please sign in to comment.