Skip to content

chore: Upgrade @dcl/sdk package to version 7.4.21 #5291

chore: Upgrade @dcl/sdk package to version 7.4.21

chore: Upgrade @dcl/sdk package to version 7.4.21 #5291

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install
run: npm ci --legacy-peer-deps
- name: Test
run: npm run test:coverage
if: ${{ always() }}
- name: report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}