Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Node 10 to Node 20 #3176

Merged
merged 13 commits into from
Nov 21, 2024
Merged
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ on:
pull_request:
branches:
- master
- v1.0.X
- v1.1.X
push:
branches:
- master
- v1.0.X
- v1.1.X

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [
10,
12,
14,
20
]
steps:
- uses: actions/checkout@v2
Expand All @@ -47,7 +41,6 @@ jobs:
run: |
./tools/make-self-signed-cert.sh
npm run jest
npm run coverage
env:
WEBTHINGS_HOME: "${HOME}/.webthings/test"
NODE_TLS_REJECT_UNAUTHORIZED: 0
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/dubnium
lts/iron
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# WebThings Gateway

[![Build Status](https://github.com/WebThingsIO/gateway/workflows/Build/badge.svg)](https://github.com/WebThingsIO/gateway/actions?query=workflow%3ABuild)
[![codecov](https://codecov.io/gh/WebThingsIO/gateway/branch/master/graph/badge.svg)](https://codecov.io/gh/WebThingsIO/gateway)
[![license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](LICENSE)

Web of Things gateway.
Expand Down
Loading
Loading