Browse Source

ci: use LTS version in CI script

Paul Razvan Berg 2 năm trước cách đây
mục cha
commit
98f4750044
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"