@@ -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"