Migrate payments and Transactions to typescript #22965
ci.yml
on: pull_request
lint
42s
prettier
25s
typescript
33s
depcheck
22s
unused-exports
25s
build
32s
test
4m 29s
test-graphql
4m 22s
schema-update
1m 13s
GraphQL Inspector
37s
Annotations
6 errors and 4 warnings
typescript:
server/lib/payments.ts#L1124
Cannot find name 'getPlatformFeePercent'. Did you mean 'platformFeePercent'?
|
typescript:
server/paymentProviders/stripe/common.ts#L17
'getPlatformFee' is declared but its value is never read.
|
typescript
Process completed with exit code 2.
|
lint:
server/paymentProviders/stripe/common.ts#L17
'getPlatformFee' is defined but never used
|
lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
GraphQL Inspector
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: kamilkisiela/graphql-inspector@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
GraphQL Inspector
The following actions uses node12 which is deprecated and will be forced to run on node16: kamilkisiela/graphql-inspector@v3.4.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
GraphQL Inspector
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
GraphQL Inspector
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|