File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 :
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.
16v3.0.0:
27 date: 2021-03-25
38 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 )
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
146147Task 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 .*
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments