Skip to content

Commit a0e662a

Browse files
committed
add node 15
1 parent c8709bd commit a0e662a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27+
- name: Node 12
28+
NODE_VERSION: 12.22.11
2729
- name: Node 14
2830
NODE_VERSION: 14.19.1
31+
- name: Node 15
32+
NODE_VERSION: 15.14.0
2933
- name: Node 16
3034
NODE_VERSION: 16.14.2
3135
- name: Node 18

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-JS/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-JS)
99
[![Coverage](http://codecov.io/github/parse-community/Parse-SDK-JS/coverage.svg?branch=alpha)](http://codecov.io/github/parse-community/Parse-SDK-JS?branch=alpha)
1010

11-
[![Node Version](https://img.shields.io/badge/nodejs-12,_14,_15-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
11+
[![Node Version](https://img.shields.io/badge/nodejs-12,_14,_15,_16,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
1212
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
1313

1414
[![npm latest version](https://img.shields.io/npm/v/parse/latest.svg)](https://www.npmjs.com/package/parse)
@@ -113,12 +113,12 @@ And don't forget, if you plan to deploy it remotely, you should run `npm install
113113

114114
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Javascript SDK guide][contributing].
115115

116-
116+
117117
[3rd-party-auth]: http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
118118
[contributing]: https://github.com/parse-community/Parse-SDK-JS/blob/master/CONTRIBUTING.md
119119
[custom-auth-module]: https://docs.parseplatform.org/js/guide/#custom-authentication-module
120120
[link-with]: https://docs.parseplatform.org/js/guide/#linking-users
121121
[migration]: https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md
122122
[open-collective-link]: https://opencollective.com/parse-server
123-
[types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
123+
[types-parse]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
124124
[license-link]: LICENSE

0 commit comments

Comments
 (0)