Explorar o código

Update to Node 22

JC Brand hai 2 meses
pai
achega
f2605f98ab
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .github/workflows/karma-tests.yml
  2. 1 1
      .nvmrc

+ 1 - 1
.github/workflows/karma-tests.yml

@@ -18,7 +18,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [18.x]
+        node-version: [22.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps:

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-v20.18.0
+v22.14.0