From 776ced620ee7413f30a50471f70356f3d2d8b18d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 27 Jan 2022 08:18:23 +0100 Subject: [PATCH] chore: apply deprecation command (#7929) --- .github/workflows/publish-on-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-on-tag.yml b/.github/workflows/publish-on-tag.yml index b9d4c121577..76534af1c1d 100644 --- a/.github/workflows/publish-on-tag.yml +++ b/.github/workflows/publish-on-tag.yml @@ -22,6 +22,7 @@ jobs: npm config set registry 'https://wombat-dressing-room.appspot.com/' npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}' npm publish + npm deprecate puppeteer@"$(node utils/get_deprecated_version_range.js)" "Version no longer supported. Upgrade to @latest" - name: Publish puppeteer-core env: NPM_TOKEN: ${{secrets.NPM_TOKEN_PUPPETEER_CORE}}