Skip to content

Commit

Permalink
chore: update pipeline to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
endv-bogdanb committed May 31, 2024
1 parent 9b5948e commit 25a7e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
node-version: "18.x.x"

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci

- name: Run build
run: yarn build
run: npm run build

- name: Run test
run: yarn test run
run: npm run test

0 comments on commit 25a7e4c

Please sign in to comment.