Skip to content

fix(deps): update dependency yuv-canvas to v1.3.0 - autoclosed #153

fix(deps): update dependency yuv-canvas to v1.3.0 - autoclosed

fix(deps): update dependency yuv-canvas to v1.3.0 - autoclosed #153

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Pull Request
on:
pull_request:
branches: [main]
env:
BASE_PATH: /ya-webadb
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: 9.5.0
run_install: true
- run: pnpm run build
- run: pnpm run test
- run: pnpm run lint