From 68307455813d02c39401532959c08281e3e37e80 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Dhammu Date: Tue, 26 Sep 2023 23:03:20 -0500 Subject: [PATCH] node workflow --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d58130..cd49a43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [ 14.x, 16.x, 18.x ] + node-version: [ 16.x, 18.x ] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 1d8244d..b71a61b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ###Prerequisites -- Node 14+ +- Node 16+ - Java 17+ - Create schema with name of 'librarymanagement' in MySql