Skip to content

Commit

Permalink
add Node v23 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Oct 28, 2024
1 parent a0b62a1 commit 3456536
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-24 Lloyd Brookes <75pound@gmail.com>
Copyright (c) 2016-24 Lloyd Brookes <opensource@75lb.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ Please see [the wiki](https://github.com/test-runner-js/test-runner/wiki) for mo

* * *

&copy; 2016-24 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2016-24 Lloyd Brookes \<opensource@75lb.com\>.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-runner",
"author": "Lloyd Brookes <75pound@gmail.com>",
"author": "Lloyd Brookes <opensource@75lb.com>",
"version": "0.11.0",
"description": "Fully-featured, lightweight command-line test runner",
"bin": {
Expand Down

0 comments on commit 3456536

Please sign in to comment.