Skip to content

refactor: Use util function for grayscale #62

refactor: Use util function for grayscale

refactor: Use util function for grayscale #62

Workflow file for this run

name: build library 🏗️
on:
push:
workflow_call:
env:
NODE_VERSION: 18
jobs:
build_library:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/node-setup
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm run build
- run: npm pack
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: library-build-dist
path: "aaronclong-barcode-detection-polyfill-*.tgz"