Skip to content

Bump vm2 from 3.9.17 to 3.9.19 #685

Bump vm2 from 3.9.17 to 3.9.19

Bump vm2 from 3.9.17 to 3.9.19 #685

Workflow file for this run

name: CI [cardpay-sdk]
on:
pull_request:
paths:
- 'packages/cardpay-sdk/**'
- 'packages/eslint-config/**'
- '.github/workflows/pr-cardpay-sdk.yml'
- 'package.json'
- 'yarn.lock'
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: ./.github/actions/setup-node-modules-cache
with:
yarn_lock_md5: ${{ hashFiles('yarn.lock') }}
- run: yarn --prefer-offline --frozen-lockfile
- run: yarn test:cardpay-sdk