Skip to content

Bump @fastly/js-compute from 3.7.3 to 3.8.1 #232

Bump @fastly/js-compute from 3.7.3 to 3.8.1

Bump @fastly/js-compute from 3.7.3 to 3.8.1 #232

Workflow file for this run

name: Local Testing
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
cli_version: '10.2.0'
- run: yarn
- run: yarn test