Skip to content

Bump puppeteer from 23.10.1 to 23.10.4 #56

Bump puppeteer from 23.10.1 to 23.10.4

Bump puppeteer from 23.10.1 to 23.10.4 #56

Workflow file for this run

name: update cv pdf
on:
workflow_dispatch:
push:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run build:pdf
- uses: stefanzweifel/git-auto-commit-action@v5
if: github.ref == 'refs/heads/main'
with:
commit_author: GitHub Actions <[email protected]>
commit_message: Update CV pdf