Skip to content

Bump @react-pdf/renderer from 4.1.5 to 4.1.6 #101

Bump @react-pdf/renderer from 4.1.5 to 4.1.6

Bump @react-pdf/renderer from 4.1.5 to 4.1.6 #101

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
if: github.event_name != 'push'
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install
npm run build