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*