File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- node : [10, 12, 14]
16
+ node : [12, 14, 16 ]
17
17
os : [ubuntu-latest, windows-latest]
18
18
19
19
steps :
Original file line number Diff line number Diff line change
1
+ v4.0.0:
2
+ date: 2021-10-05
3
+ changes:
4
+ - Requires node.js v12
5
+ - Updated to latest nodeunit and dependency packages.
1
6
v3.0.0:
2
7
date: 2021-03-25
3
8
changes:
Original file line number Diff line number Diff line change 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 )
2
2
3
3
> Run Nodeunit unit tests
4
4
@@ -125,6 +125,7 @@ grunt.initConfig({
125
125
126
126
## Release History
127
127
128
+ * 2021-10-05 v4.0.0 Requires node.js v12 Updated to latest nodeunit and dependency packages.
128
129
* 2021-03-25 v3.0.0 Updated to latest nodeunit and security packages.
129
130
* 2020-02-10 v2.1.0 Updates to latest node.js supported versions. Updated to latest nodeunit and security packages.
130
131
* 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({
145
146
146
147
Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
147
148
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 .*
Original file line number Diff line number Diff line change 9
9
"repository" : " gruntjs/grunt-contrib-nodeunit" ,
10
10
"license" : " MIT" ,
11
11
"engines" : {
12
- "node" : " >=0.10 .0"
12
+ "node" : " >=0.12 .0"
13
13
},
14
14
"main" : " tasks/nodeunit.js" ,
15
15
"scripts" : {
You can’t perform that action at this time.
0 commit comments