Skip to content

Commit

Permalink
Update overpass deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 13, 2023
1 parent 07cc49e commit a29fb65
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,25 @@ jobs:
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 a29fb65

Please sign in to comment.