Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 18, 2023
1 parent 0b1172d commit 0922beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
cache-dependency-path: |
tooling/api/yarn.lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: cargo login
Expand Down

0 comments on commit 0922beb

Please sign in to comment.