Skip to content

Bump prism-react-renderer from 2.1.0 to 2.2.0 #68

Bump prism-react-renderer from 2.1.0 to 2.2.0

Bump prism-react-renderer from 2.1.0 to 2.2.0 #68

Workflow file for this run

name: PR
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Build
run: npm run build