Skip to content

chore: bump npm packages for security #218

chore: bump npm packages for security

chore: bump npm packages for security #218

Workflow file for this run

name: Web SDK Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run test
run: |
npm i
npm run test
- name: Upload Test Report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
files: coverage/coverage-final.json