Skip to content

Commit

Permalink
chore: Update npm dependencies and build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 11, 2024
1 parent d775733 commit e0bcbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 76 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'

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

- name: Build
run: yarn build
run: npm run build

- name: Test
run: yarn test
run: npm test

- name: Lint
run: yarn lint
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit e0bcbf8

Please sign in to comment.