From 27fc65066c6be40c47c044089c94d1e0ee2347e3 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Thu, 6 Feb 2025 11:15:47 +0300 Subject: [PATCH] feat(#20): ignore .github in npm --- .github/workflows/test.yml | 3 +-- .npmignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35e1aa7..e1bd73f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.npmignore b/.npmignore index 3bf5dda..ffbd7f0 100644 --- a/.npmignore +++ b/.npmignore @@ -7,6 +7,7 @@ mochawesome-report/ coverage.html *.tgz itest/ +.github/ CITATION.cff renovate.json .rultor.yml