Skip to content

Bump xterm-addon-fit from 0.9.0-beta.28 to 0.9.0-beta.37 #702

Bump xterm-addon-fit from 0.9.0-beta.28 to 0.9.0-beta.37

Bump xterm-addon-fit from 0.9.0-beta.28 to 0.9.0-beta.37 #702

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Setup npmrc
env:
GITHUB_TOKEN: ${{secrets.GH_PACKAGE_REGISTRY_TOKEN}}
run: |
echo "@npezza93:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" >> .npmrc
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Test
run: yarn test