Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Upgrade ExcelJS to 4.2.0 & Upgrade deps (#54)
Browse files Browse the repository at this point in the history
* Upgrade deps, Upgrade exceljs to 4+

* Remove supporting for node 8&9
  • Loading branch information
Siemienik committed Nov 8, 2020
1 parent 9d0d4e3 commit bf057ec
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 217 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:

strategy:
matrix:
node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x]
# node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x] # version 8 and 9 isn't supported in ExcelJS as default - may I resolve it further (or ignore)
node-version: [10.x, 11.x, 12.x, 13.x, 14.x]

steps:
- uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b # @v2; SECURE ALERT: always use hash instead of tags for actions
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ for more example I invite to tests data: [click here and check `Renderer` folder

## Node:

| Node version | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
|--------------|-----|-----|-----|-----|-----|-----|-----|
| Supported? | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 |
| Node version | 10 | 11 | 12 | 13 | 14 |
|--------------|-----|-----|-----|-----|-----|
| Supported? | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 |

Discovered in: [#14](https://github.com/Siemienik/xlsx-renderer/issues/14)

Expand Down
Loading

0 comments on commit bf057ec

Please sign in to comment.