Browse Source

ci: use LTS version in CI script

Paul Razvan Berg 2 years ago
parent
commit
98f4750044
1 changed files with 1 additions and 1 deletions
  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"