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

Bump @types/node from 20.8.5 to 20.8.6 #412

Bump @types/node from 20.8.5 to 20.8.6

Bump @types/node from 20.8.5 to 20.8.6 #412

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