Skip to content

Commit

Permalink
Merge pull request #229 from OpenHistoricalMap/fix_overpass
Browse files Browse the repository at this point in the history
Fix overpass
  • Loading branch information
Ruben L. Mendoza authored Sep 13, 2023
2 parents bdcd980 + 7a88afc commit bbef494
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,28 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenHistoricalMap/overpass-turbo
ref: 43d1d9aa7e8bbb7152c89354900fdd327f9f7ffe
ref: a8e83de61050f257ca05c299f3f75da7f8391398
# token: ${{env.DEV_GITHUB_TOKEN}}

- name: Use Node.js 12
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install modules
run: |
rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm cache verify
npm install
yarn install --no-progress --frozen-lockfile
- name: Build frontend
run: |
sed -i -e 's/overpass-api.openhistoricalmap.org/'${OVERPASS_API}'/g' js/configs.js
npm run build
yarn build
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'

- name: Install aws cli
run: |
Expand Down

0 comments on commit bbef494

Please sign in to comment.