Skip to content

Commit

Permalink
Add package-lock.json and use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Aug 23, 2024
1 parent 447e795 commit 75e167e
Show file tree
Hide file tree
Showing 2 changed files with 3,420 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-cht-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'scripts/deploy/**'

jobs:
publish:
publish-cht-deploy:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: '20.x'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run tests
if: github.ref != 'refs/heads/master'
Expand Down
Loading

0 comments on commit 75e167e

Please sign in to comment.