Skip to content

Commit a913ae1

Browse files
authored
feat: Add Node 20 support; remove Node 14, 16 support (#60)
BREAKING CHANGE: Removes support for Node 14 and 16
1 parent 127fd9b commit a913ae1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
node: [ '14', '16', '18' ]
13+
node: [ '18', '20' ]
1414
name: Node ${{ matrix.node }}
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 30

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![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)
66
[![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)
77

8+
[![Node Version](https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat)](https://nodejs.org)
9+
810
[![npm latest version](https://img.shields.io/npm/v/@parse/fs-files-adapter.svg)](https://www.npmjs.com/package/@parse/fs-files-adapter)
911

1012
---

0 commit comments

Comments
 (0)