Skip to content

Bump phin, gatsby-plugin-sharp and gatsby-transformer-sharp #15

Bump phin, gatsby-plugin-sharp and gatsby-transformer-sharp

Bump phin, gatsby-plugin-sharp and gatsby-transformer-sharp #15

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
cache: "npm"
- name: Install
run: npm i
- name: Audit signatures
run: npm audit signatures