Skip to content

Commit c3536c2

Browse files
Add Node v24 to test workflow (#1608)
Co-authored-by: raineorshine <750276+raineorshine@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Raine Revere <raine@cybersemics.org>
1 parent d5ae410 commit c3536c2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node: [20, 22]
29+
node: [20, 22, 24]
3030
os: [ubuntu-latest, windows-latest]
3131

3232
steps:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"npm-registry-fetch": "^19.1.1",
147147
"npm-run-all": "^4.1.5",
148148
"p-map": "^4.0.0",
149-
"parse-github-url": "^1.0.3",
149+
"parse-github-url": "^1.0.4",
150150
"picomatch": "^4.0.4",
151151
"prettier": "^3.8.1",
152152
"progress": "^2.0.3",

0 commit comments

Comments
 (0)