From 07ab4aad552fefa1b75bf9866622c4d29043768e Mon Sep 17 00:00:00 2001 From: Katarzyna12345-collab Date: Fri, 18 Apr 2025 15:36:47 +0200 Subject: [PATCH] =?UTF-8?q?Czy=20istniej=C4=85=20jakie=C5=9B=20badania,=20?= =?UTF-8?q?kt=C3=B3re=20pokazuj=C4=85,=20jak=20d=C5=82ugotrwa=C5=82e=20nar?= =?UTF-8?q?a=C5=BCenie=20na=20zapach=20ple=C5=9Bni=20wp=C5=82ywa=20na=20zd?= =?UTF-8?q?rowie=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-grunt.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/npm-grunt.yml diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml new file mode 100644 index 0000000..5ef7a9a --- /dev/null +++ b/.github/workflows/npm-grunt.yml @@ -0,0 +1,28 @@ +name: NodeJS with Grunt + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + grunt