From 3e007fc55e0645ea3c116df4a9c3df100927609e Mon Sep 17 00:00:00 2001 From: Jeppe Rask Date: Wed, 2 Aug 2023 20:43:16 +0200 Subject: [PATCH] Updated workflows to use Node-14 due to requirement from css-minimizer-webpack-plugin --- .github/workflows/merge.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 47290c8..bcb3dec 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 952aa77..5b3697a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 923eb16..2a62b41 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In order to run **Adminator** on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below. Prebuilt static assets can be found under [releases](https://github.com/puikinsh/Adminator-admin-dashboard/releases). #### Prerequisites - - Node.js + - Node.js 14+ - Yarn or NPM - Git - libpng-dev *linux only*