File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
strategy :
12
12
matrix :
13
- node : [ '14 ', '16', '18 ' ]
13
+ node : [ '18 ', '20 ' ]
14
14
name : Node ${{ matrix.node }}
15
15
runs-on : ubuntu-latest
16
16
timeout-minutes : 30
Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
8
+ [ ![ Node Version] ( https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat )] ( https://nodejs.org )
9
+
8
10
[ ![ npm latest version] ( https://img.shields.io/npm/v/@parse/fs-files-adapter.svg )] ( https://www.npmjs.com/package/@parse/fs-files-adapter )
9
11
10
12
---
You can’t perform that action at this time.
0 commit comments