Upgrade JS SDK and proto packages #54
build-test.yml
on: pull_request
Matrix: Build, Lint, and Test
All jobs pass
0s
Annotations
10 errors and 1 warning
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L2
`dotenv` import should occur before import of `gatsby`
|
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L5
Unexpected use of 'process'. This global is not available in the Node.js and browser environment
|
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L5
Invalid type "string | undefined" of template literal expression
|
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L20
Object Literal Property name `theme_color` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Build, Lint, and Test (18.x):
packages/site/gatsby-config.ts#L21
Object Literal Property name `background_color` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Build, Lint, and Test (18.x):
packages/site/src/config/snap.ts#L6
Unexpected use of 'process'. This global is not available in the Node.js and browser environment
|
Build, Lint, and Test (18.x):
packages/site/src/config/snap.ts#L9
Unexpected use of 'process'. This global is not available in the Node.js and browser environment
|
Build, Lint, and Test (18.x):
packages/site/src/polyfills.ts#L1
Do not import Node.js builtin module "buffer"
|
Build, Lint, and Test (18.x):
packages/site/src/polyfills.ts#L3
Unexpected use of 'window'. This global is not available in the Node.js and browser environment
|
Build, Lint, and Test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|