From 2ecb06f54207b130e09ee62f8fe9a984c3ef26f5 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 18 Mar 2024 12:06:27 +0100 Subject: [PATCH] chore: also update constructs --- .github/workflows/yarn-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index e52c8152da..d477ef7681 100644 --- a/.github/workflows/yarn-upgrade.yml +++ b/.github/workflows/yarn-upgrade.yml @@ -222,7 +222,7 @@ jobs: - name: Run "ncu -u" run: |- # Upgrade all the packages - lerna exec ncu -- --upgrade --filter='jsii,jsii-srcmak,jsii-pacmak,jsii-rosetta,jsii-docgen,codemaker' --target=minor + lerna exec ncu -- --upgrade --filter='jsii,jsii-srcmak,jsii-pacmak,jsii-rosetta,jsii-docgen,codemaker,constructs' --target=minor # This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn upgrade" to run) - name: Run "yarn install" run: yarn install --prefer-offline