Browse Source

Updated workflows to use Node-14 due to requirement from css-minimizer-webpack-plugin

pull/297/head v2.0.4
Jeppe Rask 2 years ago
parent
commit
3e007fc55e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/merge.yml
  2. +1
    -1
      .github/workflows/release.yml
  3. +1
    -1
      README.md

+ 1
- 1
.github/workflows/merge.yml View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v3


+ 1
- 1
.github/workflows/release.yml View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v3


+ 1
- 1
README.md View File

@ -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*


Loading…
Cancel
Save