Skip to content

build(deps): bump prism-react-renderer from 1.3.5 to 2.3.1 #277

build(deps): bump prism-react-renderer from 1.3.5 to 2.3.1

build(deps): bump prism-react-renderer from 1.3.5 to 2.3.1 #277

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-yarn:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node environment (for building)
uses: actions/setup-node@v3
with:
node-version: 16.18
- name: Fetch dependencies
run: |
yarn --frozen-lockfile
- name: Build project
run: |
yarn build