Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 16, 2023
1 parent 1f09831 commit e966e22
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_deploy.yml
Expand Up @@ -8,7 +8,6 @@ on:
env:
NAPI_CLI_VERSION: 2.16.2
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20
CARGO_PROFILE_RELEASE_LTO: 'true'
TURBO_TEAM: 'vercel'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Expand Up @@ -9,7 +9,6 @@ on:
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20
TEST_CONCURRENCY: 8
# disable backtrace for test snapshots
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_reusable.yml
Expand Up @@ -57,7 +57,6 @@ on:
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20
TEST_CONCURRENCY: 8
# disable backtrace for test snapshots
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code_freeze.yml
Expand Up @@ -18,7 +18,6 @@ name: Code Freeze
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -7,7 +7,6 @@ name: Generate Pull Request Stats
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20
TEST_CONCURRENCY: 6

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_e2e_deploy.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
DATADOG_API_KEY: ${{ secrets.DATA_DOG_API_KEY }}
NAPI_CLI_VERSION: 2.16.2
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20
CARGO_PROFILE_RELEASE_LTO: 'true'
TURBO_TEAM: 'vercel'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/trigger_release.yml
Expand Up @@ -30,7 +30,6 @@ name: Trigger Release
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 18.18.2
NODE_LTS_VERSION: 20

jobs:
Expand Down

0 comments on commit e966e22

Please sign in to comment.