Skip to content

Commit

Permalink
Chore: drop Node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Mar 16, 2021
1 parent 59bbbba commit 00420c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ They're several React frameworks today, however this is a DIY oriented start-kit

## Requirements

- [node](https://nodejs.org/en) >= 10.0
- [node](https://nodejs.org/en) >= 12.0
- [npm](https://www.npmjs.com) >= 6.0

## Looking for Docker Image?
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-starter",
"version": "3.15.1",
"version": "3.16.0",
"private": true,
"description": "A starter boilerplate for a universal web application with the best development experience and best practices.",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "Welly Shen <[email protected]> (https://github.com/wellyshen)",
"main": "index.ts",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"sideEffects": [
Expand Down

0 comments on commit 00420c6

Please sign in to comment.