Skip to content

Commit 99118c1

Browse files
authored
Add Node 25 to CI (#14)
1 parent a40796d commit 99118c1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
DEFAULT_NODE_VERSION: 24.x
16+
DEFAULT_NODE_VERSION: 25.x
1717

1818
jobs:
1919

@@ -37,6 +37,7 @@ jobs:
3737
- 20.x
3838
- 22.x
3939
- 24.x
40+
- 25.x
4041
steps:
4142
- uses: actions/checkout@v6
4243
- uses: actions/setup-node@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
id-token: write
1616

1717
env:
18-
DEFAULT_NODE_VERSION: 24.x
18+
DEFAULT_NODE_VERSION: 25.x
1919

2020
jobs:
2121

0 commit comments

Comments
 (0)