Compare commits

..

4 Commits

Author SHA1 Message Date
mziko
ddb27aa8ff Merge 92362476e1 into 5656298164 2026-02-28 09:01:51 +00: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
3 changed files with 300 additions and 5272 deletions

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

5540
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,7 @@
"@actions/io": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/jest": "^29.5.14",
"@types/nock": "^11.1.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
@@ -41,7 +41,7 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^30.2.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"nock": "^13.2.9",
"prettier": "^3.6.2",