build(deps): Bump isomorphic-dompurify from 0.20.0 to 2.19.0 #990
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gatsby build | |
on: [pull_request] | |
jobs: | |
test-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
persist-credentials: false | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 | |
with: | |
cache: npm | |
- name: Install Dependencies | |
run: npm ci | |
- name: Run Gatsby Build | |
run: npm run build-ci |