Skip to content

[Snyk] Upgrade: gatsby, gatsby-plugin-catch-links, gatsby-plugin-emotion, gatsby-plugin-feed, gatsby-plugin-google-gtag, gatsby-plugin-offline, gatsby-plugin-sharp, gatsby-plugin-twitter, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-remark-responsive-iframe, gatsby-remark-smartypants, gatsby-source-filesystem, gatsby-transformer-sharp #9436

[Snyk] Upgrade: gatsby, gatsby-plugin-catch-links, gatsby-plugin-emotion, gatsby-plugin-feed, gatsby-plugin-google-gtag, gatsby-plugin-offline, gatsby-plugin-sharp, gatsby-plugin-twitter, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-remark-responsive-iframe, gatsby-remark-smartypants, gatsby-source-filesystem, gatsby-transformer-sharp

[Snyk] Upgrade: gatsby, gatsby-plugin-catch-links, gatsby-plugin-emotion, gatsby-plugin-feed, gatsby-plugin-google-gtag, gatsby-plugin-offline, gatsby-plugin-sharp, gatsby-plugin-twitter, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-remark-responsive-iframe, gatsby-remark-smartypants, gatsby-source-filesystem, gatsby-transformer-sharp #9436

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm pretest
- run: pnpm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true