Skip to content

chore(deps): bump golang.org/x/image from 0.6.0 to 0.10.0 #269

chore(deps): bump golang.org/x/image from 0.6.0 to 0.10.0

chore(deps): bump golang.org/x/image from 0.6.0 to 0.10.0 #269

Workflow file for this run

name: JS Tests
on:
pull_request:
jobs:
test:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Run JS tests
run: make test-js