Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 in /src/plugins/pdfcreo #132

Bump follow-redirects from 1.15.3 to 1.15.4 in /src/plugins/pdfcreo

Bump follow-redirects from 1.15.3 to 1.15.4 in /src/plugins/pdfcreo #132

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: yarn install, build, and test
run: |
yarn install
yarn run build
env:
CI: true