Skip to content

Commit

Permalink
node 14 ci, bump min node version, v13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Apr 29, 2021
1 parent 2b876dc commit a520b7c
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1

Expand All @@ -30,7 +30,7 @@ jobs:
- name: Intall deps
run: |
npm install
npm ci
- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
188 changes: 57 additions & 131 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"url": "https://github.com/KillerCodeMonkey/ngx-quill"
},
"engines": {
"node": ">= 10"
"node": ">= 12",
"npm": "^6"
},
"keywords": [
"editor",
Expand Down Expand Up @@ -99,5 +100,5 @@
"name": "Bengt Weiße"
}
],
"version": "13.2.0"
"version": "13.3.0"
}
2 changes: 1 addition & 1 deletion projects/ngx-quill/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "13.2.0",
"version": "13.3.0",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand Down

0 comments on commit a520b7c

Please sign in to comment.