Skip to content

Commit

Permalink
chore: remove Node.js 14 support and Node.js 20.x in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed May 5, 2023
1 parent e876615 commit 8c929e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

name: Build with ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Find more [Nextjs Themes](https://creativedesignsguru.com/category/nextjs/).

### Requirements

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

### Getting started

Expand Down

0 comments on commit 8c929e7

Please sign in to comment.