Skip to content

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #96

chore(deps): bump js-yaml from 4.1.1 to 4.2.0

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #96

Workflow file for this run

name: deploy
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
deployments: write
pull-requests: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run build
- name: Deploy to Cloudflare Pages
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CF_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
uses: cloudflare/wrangler-action@v4
if: ${{ env.CF_API_TOKEN != '' }}
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy dist --project-name=outbreaktinder