From 41341dbf152097806bacad8c2de35dd14f93929b Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:52:08 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#1545) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/9859460058 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- package.json | 6 +++--- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 647382a5..ea2efcc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,8 +119,8 @@ jobs: steps: - uses: actions/setup-java@v4 with: - distribution: temurin - java-version: 20.x + distribution: corretto + java-version: "11" - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76d970b3..7b19a648 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,8 +135,8 @@ jobs: steps: - uses: actions/setup-java@v4 with: - distribution: temurin - java-version: 20.x + distribution: corretto + java-version: "11" - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/package.json b/package.json index 5bd3295f..63df2ebe 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jsii-docgen": "^1.8.110", "jsii-pacmak": "^1.101.0", "jsii-rosetta": "1.x", - "projen": "^0.84.0", + "projen": "^0.84.3", "standard-version": "^9", "ts-jest": "^27", "typescript": "^3.9.10" @@ -91,8 +91,8 @@ "jest": { "coverageProvider": "v8", "testMatch": [ - "/src/**/__tests__/**/*.ts?(x)", - "/@(test|src)/**/*(*.)@(spec|test).ts?(x)" + "/@(src|test)/**/?(*.)+(spec|test).ts?(x)", + "/@(src|test)/**/__tests__/**/*.ts?(x)" ], "clearMocks": true, "collectCoverage": true, diff --git a/yarn.lock b/yarn.lock index 53baae9a..4788747b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4603,10 +4603,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.84.0: - version "0.84.0" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.84.0.tgz#d142fdbab40bc2a952b6d1ccb240914d773d58df" - integrity sha512-HXbtJiZVJyouVGbwBHMYD1REOdkmekvfrcJLH0G0ky6A1PinM5/SVm0oDccJVZpxIbZHbctSyAMLirhvtJh9wg== +projen@^0.84.3: + version "0.84.3" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.84.3.tgz#344df133ffd8b14c199743c5a35d349b55574d02" + integrity sha512-47Mf61Sxm17SfUwEam5XIW+S4lKjcXsi3Z2AiUP8XqFfDS94vNvG6/9Od625oNQoa5YIB3R1JQQSFuc4Tre/Wg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"