Skip to content

Commit

Permalink
dev: use package-lock.json to fix dependencies
Browse files Browse the repository at this point in the history
and theoretically improve ci speed
  • Loading branch information
senyai committed Apr 16, 2024
1 parent 6f06e5b commit e0d0a4a
Show file tree
Hide file tree
Showing 3 changed files with 6,017 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fossil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
# ToDo: use 'npm ci' after we adopt package-lock.json file
run: npm install
run: npm ci
- name: Run ESLint
run: npm run lint --
--format @microsoft/eslint-formatter-sarif
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ resources/icons/*-dark
resources/icons/*-light
/coverage
*.js
package-lock.json
*.pdf
*.gv
Loading

0 comments on commit e0d0a4a

Please sign in to comment.