Răsfoiți Sursa

chore(deps): update dependency ubuntu to v22

renovate[bot] 1 an în urmă
părinte
comite
faf70af583
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      .github/workflows/test.yml

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

@@ -8,7 +8,7 @@ env:
 jobs:
 jobs:
   lint:
   lint:
     name: Lint
     name: Lint
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
     strategy:
       matrix:
       matrix:
         node-version: [16]
         node-version: [16]

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

@@ -8,7 +8,7 @@ env:
 jobs:
 jobs:
   test:
   test:
     name: Unit Test
     name: Unit Test
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
     strategy:
       matrix:
       matrix:
         node-version: [16]
         node-version: [16]