Skip to content

chore: bump npm version from v3.3.0 to v3.4.0 (#129) #662

chore: bump npm version from v3.3.0 to v3.4.0 (#129)

chore: bump npm version from v3.3.0 to v3.4.0 (#129) #662

Workflow file for this run

name: Test
on:
push:
branches: 'main'
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run test