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

Bump typescript from 5.1.6 to 5.2.2 #381

Bump typescript from 5.1.6 to 5.2.2

Bump typescript from 5.1.6 to 5.2.2 #381

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