Skip to content

Commit

Permalink
Merge pull request #155 from michaelgambold/feature/support-node-20
Browse files Browse the repository at this point in the history
Support node 20
  • Loading branch information
michaelgambold authored Jan 14, 2024
2 parents e7b4df0 + e6cf6e2 commit a4adf37
Show file tree
Hide file tree
Showing 4 changed files with 3,413 additions and 2,522 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

strategy:
matrix:
node: [16, 18]
node: [16, 18, 20]

name: Node ${{ matrix.node }} Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm ci
- run: npm test
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Node.js project to support Pimoroni Automation Hat (https://shop.pimoroni.com/products/automation-hat)

The node version support and the corresponding version of this library are listed in the table below.

| Automation Hat Version | Supported Node Versions |
| ---------------------- | ----------------------- |
| 1 | 14, 15, 16, 17, 18, 19 |
| 2.0 | 16, 17, 18, 19 |
| 2.1+ | 16, 17, 18,19, 20 |

Supported functionality:

- Led lights
Expand Down
Loading

0 comments on commit a4adf37

Please sign in to comment.