Skip to content

build(deps): bump github.com/smartcontractkit/chainlink-testing-framework/framework from 0.10.16 to 0.11.1 #234

build(deps): bump github.com/smartcontractkit/chainlink-testing-framework/framework from 0.10.16 to 0.11.1

build(deps): bump github.com/smartcontractkit/chainlink-testing-framework/framework from 0.10.16 to 0.11.1 #234

Workflow file for this run

name: Test deployment
permissions:
contents: read
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 21
- name: Setup pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: latest-9
- name: Install dependencies
run: cd docs && pnpm install --frozen-lockfile
- name: Test build website
run: cd docs && pnpm build