Skip to content

Commit 8d493f3

Browse files
authored
feat: add Node.js version 25 to CI workflow (#3556)
* feat: add Node.js version 25 to CI workflow https://nodejs.org/en/blog/release/v25.0.0 * chore: update CI workflow to exclude Node.js version '23' Remove Node.js version '23' from CI workflow.
1 parent 9174783 commit 8d493f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- '18'
4343
- '20'
4444
- '22'
45-
- '23'
4645
- '24'
46+
- '25'
4747
os:
4848
- ubuntu-latest
4949
name: Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)