Skip to content

Commit

Permalink
Dropping support for old Nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvautin committed Jun 23, 2024
1 parent 80f160f commit 518dd92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 518dd92

Please sign in to comment.