Skip to content

chore(deps): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 #660

chore(deps): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0

chore(deps): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 #660

Workflow file for this run

name: vdiff
on: pull_request
jobs:
vdiff:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: vdiff Tests
uses: BrightspaceUI/actions/vdiff@main
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
test-config: ./test/browser/vdiff.config.js