Skip to content

Bump gatsby-plugin-manifest from 5.12.0 to 5.13.1 #1339

Bump gatsby-plugin-manifest from 5.12.0 to 5.13.1

Bump gatsby-plugin-manifest from 5.12.0 to 5.13.1 #1339

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: '18'
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6