浏览代码

ci: use LTS version in CI script

Paul Razvan Berg 2 年之前
父节点
当前提交
98f4750044
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"