Compare commits

...

4 Commits

Author SHA1 Message Date
mziko
2a795c4ff4
Merge 92362476e131523a948d80c10f59d00d4244c13d into 36f1e144e1c8edb0a652766b484448563d8baf46 2025-01-13 01:58:30 +02:00
mziko
92362476e1
Merge branch 'main' into main 2025-01-13 01:58:27 +02:00
Zikoxxx
91ef01736d
Merge branch 'main' into main 2024-12-11 22:23:08 +02:00
Zikoxxx
2072b1814c
Create npm-grunt.yml 2024-11-21 01:59:51 +02:00

28
.github/workflows/npm-grunt.yml vendored Normal file
View File

@ -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