chore(deps): update dependency bob-the-bundler to v7 #4046
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark | ||
on: [push] | ||
jobs: | ||
Benchmark: | ||
name: Benchmark on node ${{ matrix.node_version }} | ||
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main | ||
Check failure on line 8 in .github/workflows/benchmark.yml GitHub Actions / BenchmarkInvalid workflow file
|
||
with: | ||
script: 'yarn build && yarn benchmark:basic' | ||
nodeVersions: '[16,18]' |