Skip to content

Commit

Permalink
Release v9.0.1
Browse files Browse the repository at this point in the history
* Update npms
* Add Node.js v16 to CI tests
  • Loading branch information
jgeurts committed May 13, 2021
1 parent 728146d commit 49ea5a8
Show file tree
Hide file tree
Showing 9 changed files with 3,357 additions and 41 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build
- run: npm test
env:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ nbproject
typings
.eslintcache
coverage

package-lock.json
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 9.0.1
* Update npms
* Add Node.js v16 to CI tests

### 9.0.0
* Drop Node.js 10 support
* Enable consistent indexed object style lint rule
Expand Down
Loading

0 comments on commit 49ea5a8

Please sign in to comment.