Skip to content

chore: bump eslint-plugin-react from 7.35.0 to 7.37.2 #16

chore: bump eslint-plugin-react from 7.35.0 to 7.37.2

chore: bump eslint-plugin-react from 7.35.0 to 7.37.2 #16

Workflow file for this run

name: Deploy CDN to Fastly Compute
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --workspace=@contentful/f36-cdn
- name: Deploy to Compute
uses: fastly/compute-actions@v8
with:
project_directory: packages/cdn
service_id: ${{ secrets.CDN_FASTLY_SERVICE_ID }}
env:
FASTLY_API_TOKEN: ${{ secrets.CDN_FASTLY_TOKEN }}