Skip to content

Commit

Permalink
Misc bugfixes (#190)
Browse files Browse the repository at this point in the history
* add node 22 to test matrix

* bump deps and audit them

* Fix README

---------

Co-authored-by: veeck <gitkraken@veeck.de>
  • Loading branch information
rejas and veeck authored Nov 5, 2024
1 parent 665e3c5 commit 810b5c3
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/Modernizr/Modernizr).

## Usage
Install this grunt plugin next to your project's [Gruntfile.js][getting_started]:
Install this grunt plugin next to your project's `Gruntfile.js`:

When you're ready to build, `grunt-modernizr` will crawl your project for Modernizr test references and save out a minified, uglified, customized version using only the tests you've used in your JavaScript or (S)CSS.

## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with:
Install this grunt plugin next to your project's `Gruntfile.js` with:

```bash
npm install grunt-modernizr --save-dev
Expand Down
185 changes: 81 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"nexpect": "^0.6.0"
},
"scripts": {
Expand Down

0 comments on commit 810b5c3

Please sign in to comment.