Skip to content

Commit 74e1dc3

Browse files
committed
Readme generated
1 parent 118b2b2 commit 74e1dc3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [10, 12, 14]
16+
node: [12, 14, 16]
1717
os: [ubuntu-latest, windows-latest]
1818

1919
steps:

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.0.0:
2+
date: 2021-10-05
3+
changes:
4+
- Requires node.js v12
5+
- Updated to latest nodeunit and dependency packages.
16
v3.0.0:
27
date: 2021-03-25
38
changes:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Run Nodeunit unit tests
44
@@ -125,6 +125,7 @@ grunt.initConfig({
125125

126126
## Release History
127127

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

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

148-
*This file was generated on Thu Mar 25 2021 12:26:46.*
149+
*This file was generated on Tue Oct 05 2021 22:15:36.*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": "gruntjs/grunt-contrib-nodeunit",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=0.10.0"
12+
"node": ">=0.12.0"
1313
},
1414
"main": "tasks/nodeunit.js",
1515
"scripts": {

0 commit comments

Comments
 (0)