Skip to content

Commit

Permalink
Add lint to automatic GitHub actions
Browse files Browse the repository at this point in the history
Don't merge, it's a test.
  • Loading branch information
amire80 committed Dec 6, 2023
1 parent 35c7df6 commit c26b262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [21.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,4 +26,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"license": "(GPL-2.0-or-later OR MIT)",
"scripts": {
"lint": "grunt lint",
"test": "grunt test --verbose",
"prepare": "grunt build"
}
Expand Down

0 comments on commit c26b262

Please sign in to comment.