Explorar o código

ci: use LTS version in CI script

Paul Razvan Berg %!s(int64=2) %!d(string=hai) anos
pai
achega
98f4750044
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yml

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

@@ -19,7 +19,7 @@ jobs:
         uses: "actions/setup-node@v3"
         with:
           cache: "yarn"
-          node-version: "16"
+          node-version: "lts/*"
 
       # Inject all environment variables from ".env.example" in $GITHUB_ENV
       - name: "Set dotenv"