Răsfoiți Sursa

ci: upgrade to node v22

Sv443 10 luni în urmă
părinte
comite
e33368547b
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/lint.yml

+ 1 - 1
.github/workflows/build.yml

@@ -16,7 +16,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [21.x]
+        node-version: [22.x]
 
     env:
       CI: "true"

+ 1 - 1
.github/workflows/lint.yml

@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [21.x]
+        node-version: [22.x]
 
     env:
       CI: "true"