Skip to content

Small equality fix in unsafeDeletePolyfillStore() #14

Small equality fix in unsafeDeletePolyfillStore()

Small equality fix in unsafeDeletePolyfillStore() #14

Workflow file for this run

name: Fastly Compute@Edge Branch Previews
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow}}
on:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
- run: npm install
- uses: fastly/compute-actions/preview@v5
with:
fastly-api-token: ${{ secrets.FASTLY_API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: ./upload-polyfills.js