Skip to content

fix(deps): update dependency esbuild to ^0.18.3 #519

fix(deps): update dependency esbuild to ^0.18.3

fix(deps): update dependency esbuild to ^0.18.3 #519

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
repository: ${{ github.repository }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Benchmark
run: pnpm update-benchmarks-readme
- name: Commit readme.md
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -nm "chore: updated benchmarks"
git push
- name: Upload minification results
uses: actions/upload-artifact@v3
with:
name: minification-results
path: results/