Skip to content

ci: skip ts or go tests based on changed files #7134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 9, 2023
Prev Previous commit
Next Next commit
remove duplicate setup-node action
  • Loading branch information
matifali committed Jun 9, 2023
commit cfcc52ce7f77e16ac6daa505fc872fc689d4e8cc
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,6 @@ jobs:
terraform_version: 1.1.9
terraform_wrapper: false

- uses: buildjet/setup-node@v3
with:
node-version: "16.16.0"

- name: Build
run: |
sudo npm install -g prettier
Expand Down