Skip to content

Commit edec316

Browse files
authored
refactor: Bump vite from 6.4.1 to 7.2.4 (#2829)
BREAKING CHANGE: This release increases the minimum required Node versions to `20.19.0`, `22.12.0`, and removes support for Node `18.x`, `19.x`.
1 parent 3986413 commit edec316

File tree

4 files changed

+277
-248
lines changed

4 files changed

+277
-248
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ jobs:
7777
strategy:
7878
matrix:
7979
include:
80-
- name: Node 18
81-
NODE_VERSION: 18.20.4
8280
- name: Node 20
83-
NODE_VERSION: 20.15.1
81+
NODE_VERSION: 20.19.0
8482
- name: Node 22
85-
NODE_VERSION: 22.4.1
83+
NODE_VERSION: 22.12.0
8684
- name: Node 24
8785
NODE_VERSION: 24.1.0
8886
fail-fast: false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.0
1+
20.19.0

0 commit comments

Comments
 (0)