Skip to content

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 #271

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 #271

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