Skip to content

Commit 696eee3

Browse files
authored
Release 9.0.0 (#57)
* Drop node 14 * 9.0.0
1 parent 8d9170b commit 696eee3

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest]
23-
node: [14, 16, 18, 20]
23+
node: [16, 18, 20]
2424

2525
steps:
2626
- name: Clone repository

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v9.0.0:
2+
date: 2023-07-23
3+
changes:
4+
- Drop Node.js 14.
15
v8.1.0:
26
date: 2023-04-30
37
changes:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v8.0.2 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)
1+
# grunt-contrib-internal v9.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)
22

33
> Internal tasks for managing the grunt-contrib projects
44
@@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
3535

3636
## Release History
3737

38+
* 2023-07-23   v9.0.0   Drop Node.js 14.
3839
* 2023-04-30   v8.1.0   Add Node.js 20. Update dependencies.
3940
* 2022-10-21   v8.0.0   Drop node 12, test on node 18. Update dependencies.
4041
* 2021-07-08   v7.0.0   Update GitHub Actions config. Update dependencies.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "grunt-contrib-internal",
33
"description": "Internal tasks for managing the grunt-contrib projects",
4-
"version": "8.1.0",
4+
"version": "9.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"
88
},
99
"repository": "gruntjs/grunt-contrib-internal",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=14"
12+
"node": ">=16"
1313
},
1414
"scripts": {
1515
"test": "grunt test"

0 commit comments

Comments
 (0)