Skip to content

Commit 87852a9

Browse files
authored
Merge pull request #87 from trojs/feature/node-23
Test on Node 23
2 parents 74fe1a6 + 7ad9bdf commit 87852a9

File tree

3 files changed

+64
-56
lines changed

3 files changed

+64
-56
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 21.x, 22.x]
12+
node-version: [18.x, 20.x, 21.x, 22.x, 23.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

package-lock.json

+62-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trojs/arrays",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Usefull array helpers.",
55
"files": [
66
"src/helpers.js",

0 commit comments

Comments
 (0)