Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Bump esbuild from 0.18.19 to 0.19.0 #366

Bump esbuild from 0.18.19 to 0.19.0

Bump esbuild from 0.18.19 to 0.19.0 #366

Workflow file for this run

name: Github Pages
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: head
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Build package
run: |
bundle exec rake
yarn install --frozen-lockfile
yarn prepublishOnly
- name: Test package
run: yarn test