Skip to content

Commit

Permalink
chore: use Node 16
Browse files Browse the repository at this point in the history
- run tests with 16 (and legacy 10)
- specify >10 in package.json
- specify 16 in nvmrc
  • Loading branch information
tkurki committed Nov 16, 2021
1 parent 584f538 commit 1c5741c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The server's capabilities can be expanded with the help of plugins that provide
Detailed instructions for [installation on Raspberry Pi](https://github.com/SignalK/signalk-server-node/blob/master/raspberry_pi_installation.md)

Prerequisites
* Node.js version 10 or higher with npm installed
* Node.js version 16 with latest npm installed (the server works for the time being on Node version >=10, but we are moving to the latest LTS version that is v16 in 9/2021)

## Use: Install from npm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": "10"
"node": ">=10"
},
"dependencies": {
"@signalk/server-admin-ui": "1.39.x",
Expand Down

0 comments on commit 1c5741c

Please sign in to comment.