Skip to content

Commit

Permalink
Hide NPM fund message (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 2, 2024
1 parent 361131f commit 237b6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

env:
NPM_CONFIG_FUND: "false"

jobs:
js_syntax_errors:
name: "𝟏 JavaScript Syntax Errors"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

env:
NPM_CONFIG_FUND: "false"

jobs:
back_end_packages:
name: "PHP packages"
Expand Down

0 comments on commit 237b6ac

Please sign in to comment.