Skip to content

Commit

Permalink
fix: installation of web-map & lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code committed Dec 6, 2021
1 parent 1c0ee30 commit 7414f6f
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 192 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/treetracker-dev-cdn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: git configure
run: |
git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/"
- name: npm clean install
run: npm ci
- name: run ESLint
Expand Down
Loading

0 comments on commit 7414f6f

Please sign in to comment.