Skip to content

Commit

Permalink
feat(#20): ignore .github in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 6, 2025
1 parent 10509e8 commit 27fc650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-24.04, macos-14 ]
node: [ 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 20
- run: npm install
- run: npm install --force -g grunt-cli
- run: npm test
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mochawesome-report/
coverage.html
*.tgz
itest/
.github/
CITATION.cff
renovate.json
.rultor.yml
Expand Down

0 comments on commit 27fc650

Please sign in to comment.