Skip to content

Commit

Permalink
feat: Add Node 20 support; remove Node 14, 16 support (#60)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removes support for Node 14 and 16
  • Loading branch information
mtrezza authored Feb 18, 2024
1 parent 127fd9b commit a913ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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:
test:
strategy:
matrix:
node: [ '14', '16', '18' ]
node: [ '18', '20' ]
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/parse-server-fs-adapter/main.svg)](https://codecov.io/github/parse-community/parse-server-fs-adapter?branch=main)
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-server-fs-adapter/releases)

[![Node Version](https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat)](https://nodejs.org)

[![npm latest version](https://img.shields.io/npm/v/@parse/fs-files-adapter.svg)](https://www.npmjs.com/package/@parse/fs-files-adapter)

---
Expand Down

0 comments on commit a913ae1

Please sign in to comment.