Skip to content

Commit

Permalink
Updated Node versions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jan 3, 2024
1 parent e09a458 commit 3d4ea31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [13.x, 14.x, 15.x, 16.x, 17.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Warning**: This is a repository with quick-and-dirty code analysis tools which I use for my own research. The documentation is limited and support cannot be provided. Use at your own risk!

At least NodeJS 13 is required to run these scripts. Run `npm install` in this directory to install required dependencies.
At least NodeJS 14 is required to run these scripts. Run `npm install` in this directory to install required dependencies.

## beautify.js

Expand Down

0 comments on commit 3d4ea31

Please sign in to comment.