Skip to content

Commit

Permalink
Merge pull request #175 from Greenstand/fix/android-embed-problem
Browse files Browse the repository at this point in the history
fix: can not embed map to android because of https
  • Loading branch information
dadiorchen authored Apr 10, 2024
2 parents f55dd8f + 41be7c9 commit 8f5ca35
Show file tree
Hide file tree
Showing 3 changed files with 12,060 additions and 17,957 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.git-tag }}
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'

- name: npm clean install
run: npm ci
Expand Down
Loading

0 comments on commit 8f5ca35

Please sign in to comment.