Przeglądaj źródła

change default node version for test

Yuki Takei 7 miesięcy temu
rodzic
commit
a269effddf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -16,7 +16,7 @@ on:
       node-version:
         required: true
         type: string
-        default: 20.x
+        default: 22.x
       skip-e2e-test:
         type: boolean
         default: false