From d0f63b4b93f529f8e43620bb31e5668235085af3 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 15 Jun 2023 16:37:57 +0200 Subject: [PATCH] chore: update node and tf version --- .github/workflows/deploy-cdktf-stacks.yml | 4 ++-- .github/workflows/diff-cdktf-stacks.yml | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-cdktf-stacks.yml b/.github/workflows/deploy-cdktf-stacks.yml index da46992..94787d8 100644 --- a/.github/workflows/deploy-cdktf-stacks.yml +++ b/.github/workflows/deploy-cdktf-stacks.yml @@ -27,12 +27,12 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 with: - terraform_version: 1.0.7 + terraform_version: 1.4.6 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: "14" + node-version: "18" - name: Install run: yarn install diff --git a/.github/workflows/diff-cdktf-stacks.yml b/.github/workflows/diff-cdktf-stacks.yml index 59d554c..85f9764 100644 --- a/.github/workflows/diff-cdktf-stacks.yml +++ b/.github/workflows/diff-cdktf-stacks.yml @@ -24,12 +24,12 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 with: - terraform_version: 1.0.7 + terraform_version: 1.4.6 cli_config_credentials_token: ${{ secrets.TF_CLOUD_TOKEN }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: "14" + node-version: "18" - run: yarn install - name: Synth diff --git a/package.json b/package.json index edb2b3c..b324953 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prepare": "husky install" }, "engines": { - "node": ">=10.12" + "node": ">=16.14" }, "eslintConfig": { "parser": "@typescript-eslint/parser",