Skip to content

Commit

Permalink
Bump to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 29, 2023
1 parent 42c5f95 commit 8fd096d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 19]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v1.6.0
date: 2023-01-28
changes:
- Requires node.js 14+.
- Requires node.js 16+.
- template.date now uses dateformat ~4.6.2.
- other dependency updates such as glob, rimraf, etc.
v1.5.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/gruntjs/grunt.git",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "node bin/grunt test",
Expand Down

0 comments on commit 8fd096d

Please sign in to comment.