Skip to content

Commit

Permalink
Update dependecies tm - frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 10, 2024
1 parent 597c00b commit d4c93b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/frontend-tasking-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'staging'
- 'tm-fix-version'
jobs:
tm:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenHistoricalMap/tasking-manager
ref: e2212473534e50199602065ea864953364d297af
ref: 3902d566d9d2d8d5a9c37bf61894ed649b581ee5
# token: ${{ env.DEV_GITHUB_TOKEN }}

- name: Use Node.js 12
Expand All @@ -75,7 +76,11 @@ jobs:

- name: npm Install
run: |
npm install && npm run build
cat package.json
npm install
npm install @openhistoricalmap/[email protected]
npm install @babel/core@^7.16.0 --save-dev
npm run build
working-directory: frontend

- uses: actions/setup-python@v2
Expand Down

0 comments on commit d4c93b1

Please sign in to comment.