Skip to content

Revert "update "sharp" dependency" #77

Revert "update "sharp" dependency"

Revert "update "sharp" dependency" #77

Workflow file for this run

name: Agora Ci
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo
ports:
- 27017:27017
steps:
- uses: actions/checkout@v4
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: "yarn"
- run: yarn install --immutable
- run: yarn test