Skip to content

Commit

Permalink
Update dependencies, require node 10, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne committed Jul 23, 2020
1 parent 6beb149 commit c8d05a0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- Node Version: [e.g. 10]
- Gulp Version: [e.g. 4.0.2]
- Gulp Starter Kit Version: [e.g. 0.10.15-beta]
- Gulp Starter Kit Version: [e.g. 0.11.0-beta]
- Version of any other affected dependency: [e.g. [email protected]]

**OS (please complete the following information):**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master

pull_request:
branches:
- master
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 9.x, 10.x, 11.x, 12.x]
node-version: [10.x, 12.x, 13.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here is a list of the current features:
## Requirements
This should be installed on your computer in order to get up and running:

- [Node.js](https://nodejs.org/en/) (Required node version is >= 8.0)
- [Node.js](https://nodejs.org/en/) (Required node version is >= 10.0)
- [Gulp 4](https://gulpjs.com/)

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2020 JR Cologne
* @license https://github.com/jr-cologne/gulp-starter-kit/blob/master/LICENSE MIT
* @version v0.10.15-beta
* @version v0.11.0-beta
* @link https://github.com/jr-cologne/gulp-starter-kit GitHub Repository
* @link https://www.npmjs.com/package/@jr-cologne/create-gulp-starter-kit npm package site
*
Expand Down
68 changes: 29 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jr-cologne/create-gulp-starter-kit",
"version": "0.10.15-beta",
"version": "0.11.0-beta",
"description": "A simple Gulp 4 Starter Kit for modern web development.",
"keywords": [
"gulp",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"browser-sync": "^2.26.9",
"browser-sync": "^2.26.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
Expand All @@ -62,6 +62,6 @@
"fs-extra": "^9.0.1"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}

0 comments on commit c8d05a0

Please sign in to comment.