Merge 91ef01736d05db3f67cf58abae637e8cab85f6b7 into 1bd1e32a3bdc45362d1e726936510720a7c30a57

This commit is contained in:
Zikoxxx 2024-12-25 00:00:55 +02:00 committed by GitHub
commit 9576b33e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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