Skip to content

Commit

Permalink
chore: dropping support v16
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent 560ece4 commit 97a95d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -33,7 +33,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- run: pnpm ci
- run: pnpm install
- run: pnpm run build --if-present --build-from-source
- run: pnpm run test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A fork of [GrowSockets](https://github.com/Pogtopia/GrowSockets) to create a gro

## Requirements

- [Node.js v16+](https://nodejs.org/en) (No need to build from source)
- [Node.js v18+](https://nodejs.org/en) (No need to build from source)

## Installation

Expand Down

0 comments on commit 97a95d8

Please sign in to comment.