Skip to content

Commit 607909f

Browse files
Copilotmtrezza
andcommitted
fix: Update Node.js requirements to support vite 7.2.4
Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
1 parent ad7ed9b commit 607909f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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
fail-fast: false
8785
steps:
8886
- name: Fix usage of insecure GitHub protocol

.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"cross-env": "cross-env"
120120
},
121121
"engines": {
122-
"node": "18 || 19 || 20 || 22"
122+
"node": ">=20.19.0 || >=22.12.0"
123123
},
124124
"jest": {
125125
"automock": true,

0 commit comments

Comments
 (0)