Skip to content

Commit

Permalink
Merge pull request #464 from multiversx/lts-v12-audit-fix
Browse files Browse the repository at this point in the history
LTS v12: run npm audit fix
  • Loading branch information
andreibancioiu authored Jul 18, 2024
2 parents 92fed5a + fb15d60 commit 375933b
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1,639 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Test

on:
pull_request:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, release/* ]
workflow_dispatch:

jobs:
Expand All @@ -25,5 +25,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run compile
- run: npm install esmify
- run: npm run compile-browser
- run: npm test
Loading

0 comments on commit 375933b

Please sign in to comment.