From f32b65651b94165647f10cce0af0583fbeaaeb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Levente=20T=C3=B3th?= Date: Fri, 14 Jun 2024 12:08:34 +0200 Subject: [PATCH] ci: remove node 14 support --- .github/workflows/test.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 115dc9c..fb940ae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] steps: - name: Checkout diff --git a/README.md b/README.md index 7b2a830..ced9f42 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Tests](https://github.com/fairDataSociety/fdp-play/actions/workflows/test.yaml/badge.svg)](https://github.com/fairDataSociety/fdp-play/actions/workflows/test.yaml) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) -![](https://img.shields.io/badge/npm-%3E%3D6.9.0-orange.svg?style=flat-square) -![](https://img.shields.io/badge/Node.js-%3E%3D12.0.0-orange.svg?style=flat-square) +![](https://img.shields.io/badge/npm-%3E%3D8.1.0-orange.svg?style=flat-square) +![](https://img.shields.io/badge/Node.js-%3E%3D16.0.0-orange.svg?style=flat-square) > CLI tool to spin up local development Bee cluster and FDP environment with Docker