From 9223ce848ddaa6f99f048d6d994867ff450158d0 Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Tue, 3 Oct 2023 14:06:52 -0500 Subject: [PATCH] chore: typo --- .github/workflows/update-npm-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-npm-version.yml b/.github/workflows/update-npm-version.yml index e04fc06d..51ec55eb 100644 --- a/.github/workflows/update-npm-version.yml +++ b/.github/workflows/update-npm-version.yml @@ -23,7 +23,7 @@ jobs: - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main - run: | # NOTE: Both @salesforce/plugin-trust and @oclif/plugin-plugins require npm. - # In order to ensure that we are not duplicating pinned npm verions + # In order to ensure that we are not duplicating pinned npm versions # and increasing the CLI bundle size, we get the version from plugin-plugins NPM=$(curl https://raw.githubusercontent.com/oclif/plugin-plugins/main/package.json | jq -r '.dependencies.npm') echo "Current package.json npm version: $(jq '.dependencies.npm' package.json)"