Skip to content

Commit

Permalink
revert: add support for all Node.js 14+, too restrictive with only No…
Browse files Browse the repository at this point in the history
…de.js 18+
  • Loading branch information
ixartz committed Jan 19, 2023
1 parent 0daedae commit 56c988e
Show file tree
Hide file tree
Showing 6 changed files with 2,447 additions and 614 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test:
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]

name: Run all tests
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]

name: Create a new release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update:
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]

name: Update all dependencies
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Build your SaaS product faster with [Node.js SaaS Boilerplate](https://modernmer
Find more [Nextjs Templates](https://creativedesignsguru.com/category/nextjs/).
### Requirements

- Node.js 18+ and npm
- Node.js 14+ and npm

### Getting started

Expand Down

0 comments on commit 56c988e

Please sign in to comment.