Skip to content

Commit

Permalink
feat!: update dependencies and start support for Node.js 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Jan 19, 2023
1 parent d446f1e commit 0daedae
Show file tree
Hide file tree
Showing 6 changed files with 2,618 additions and 2,660 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: [16.x]
node-version: [18.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: [16.x]
node-version: [18.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: [16.x]
node-version: [18.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 14+ and npm
- Node.js 18+ and npm

### Getting started

Expand Down

0 comments on commit 0daedae

Please sign in to comment.