Skip to content

Commit

Permalink
Readme generated
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Oct 6, 2021
1 parent 118b2b2 commit 74e1dc3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [12, 14, 16]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
v4.0.0:
date: 2021-10-05
changes:
- Requires node.js v12
- Updated to latest nodeunit and dependency packages.
v3.0.0:
date: 2021-03-25
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-nodeunit v3.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-nodeunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-nodeunit/actions?workflow=Tests)
# grunt-contrib-nodeunit v4.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-nodeunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-nodeunit/actions?workflow=Tests)

> Run Nodeunit unit tests
Expand Down Expand Up @@ -125,6 +125,7 @@ grunt.initConfig({

## Release History

* 2021-10-05   v4.0.0   Requires node.js v12 Updated to latest nodeunit and dependency packages.
* 2021-03-25   v3.0.0   Updated to latest nodeunit and security packages.
* 2020-02-10   v2.1.0   Updates to latest node.js supported versions. Updated to latest nodeunit and security packages.
* 2018-05-19   v2.0.0   Updates to latest node.js supported versions. Updated to latest nodeunit. Updates to dependencies for security reasons.
Expand All @@ -145,4 +146,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Thu Mar 25 2021 12:26:46.*
*This file was generated on Tue Oct 05 2021 22:15:36.*
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "gruntjs/grunt-contrib-nodeunit",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},
"main": "tasks/nodeunit.js",
"scripts": {
Expand Down

0 comments on commit 74e1dc3

Please sign in to comment.