Ver código fonte

feat(build) use Node 22, the new LTS

factor2
Saúl Ibarra Corretgé 6 meses atrás
pai
commit
a05e8fd2ef
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1
    1
      .nvmrc
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
.nvmrc Ver arquivo

@@ -1 +1 @@
1
-20
1
+22

+ 1
- 1
package-lock.json Ver arquivo

@@ -192,7 +192,7 @@
192 192
         "webpack-dev-server": "5.1.0"
193 193
       },
194 194
       "engines": {
195
-        "node": ">=20.0.0",
195
+        "node": ">=22.0.0",
196 196
         "npm": ">=10.0.0"
197 197
       }
198 198
     },

+ 1
- 1
package.json Ver arquivo

@@ -201,7 +201,7 @@
201 201
     "@xmldom/xmldom": "0.8.7"
202 202
   },
203 203
   "engines": {
204
-    "node": ">=20.0.0",
204
+    "node": ">=22.0.0",
205 205
     "npm": ">=10.0.0"
206 206
   },
207 207
   "license": "Apache-2.0",

Carregando…
Cancelar
Salvar