Skip to content

Commit

Permalink
try installing from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Feb 10, 2025
1 parent 5607669 commit ebdf1b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm clean-install
run: npm install --package-lock=false

- name: Lint
run: npm run lint
Expand All @@ -37,5 +37,3 @@ jobs:

- name: Create build info
run: ./scripts/build_info.sh

# uses: FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml@v1

0 comments on commit ebdf1b2

Please sign in to comment.