diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dafdeb3..dfd5708 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [12, 14, 16, 18, 20, 22] + node-version: [12, 14, 16, 18, 20, 22, 23] steps: - uses: actions/checkout@v4 diff --git a/LICENSE b/LICENSE index a610113..5fec665 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-24 Lloyd Brookes <75pound@gmail.com> +Copyright (c) 2016-24 Lloyd Brookes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b710c36..adf061b 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ Please see [the wiki](https://github.com/test-runner-js/test-runner/wiki) for mo * * * -© 2016-24 Lloyd Brookes \<75pound@gmail.com\>. +© 2016-24 Lloyd Brookes \. diff --git a/package.json b/package.json index b6f78c0..c1aea0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-runner", - "author": "Lloyd Brookes <75pound@gmail.com>", + "author": "Lloyd Brookes ", "version": "0.11.0", "description": "Fully-featured, lightweight command-line test runner", "bin": {