diff --git a/.github/workflows/Ubuntu.yml b/.github/workflows/Ubuntu.yml index adb5d5a..97153ac 100644 --- a/.github/workflows/Ubuntu.yml +++ b/.github/workflows/Ubuntu.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 13.x, 14.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index ab175eb..cc6847f 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [12.x, 13.x, 14.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/README.md b/README.md index 758726c..0221ca3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ npx mrvautin/squido build npx mrvautin/squido serve -b -w -c ``` +> NOTE: You will need Nodejs version 18.x or greater. + ## Documentation `squido` documentation can be found here: [https://squido-docs.markmoffat.com/](https://squido-docs.markmoffat.com/) (which also happens to be a `squido` website demo/example)