Skip to content

Commit

Permalink
test: migrate to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jan 10, 2024
1 parent fb68059 commit 045f967
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: npm install
- name: Run scripts
run: |
yarn run lint
yarn audit --prod
yarn test
npm run lint
npm audit --production
npm test

0 comments on commit 045f967

Please sign in to comment.