Skip to content

Commit

Permalink
Update deprecate-npm-package.yml (#2886)
Browse files Browse the repository at this point in the history
Escaping "/"
  • Loading branch information
ribeiroguilherme authored Oct 2, 2024
1 parent c862b08 commit 7a9ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deprecate-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 20.12.2

- name: Deprecate NPM package
run: npm deprecate @adyen/[email protected] "Version 3.x of @adyen/adyen-web will no longer be supported after October 1, 2025. Please migrate to the latest version by following the migration guide at https://docs.adyen.com/online-payments/upgrade-your-integration/migrate-to-web-v6/from-v3/"
run: npm deprecate @adyen\/[email protected] "Version 3.x of @adyen/adyen-web will no longer be supported after October 1, 2025. Please migrate to the latest version by following the migration guide at https://docs.adyen.com/online-payments/upgrade-your-integration/migrate-to-web-v6/from-v3/"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7a9ab20

Please sign in to comment.