Skip to content

Commit

Permalink
ci: pkg-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Fllorent0D committed Nov 30, 2023
1 parent 2d07e18 commit 15d0a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
- run: npm ci
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
node-version: 18.12.0
- name: Setup
run: npm install
run: npm ci
- name: Build
run: npm run build
- name: Deploy to Server
Expand Down

0 comments on commit 15d0a4e

Please sign in to comment.