Skip to content

Update dependency cross-fetch to v4 #1771

Update dependency cross-fetch to v4

Update dependency cross-fetch to v4 #1771

Workflow file for this run

name: CI Test
on:
push: []
jobs:
build:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: yarn install, build, and test
run: |
yarn install
yarn build
yarn test
env:
CI: true