Skip to content

Bump stripe from 9.2.0 to 14.12.0 #2451

Bump stripe from 9.2.0 to 14.12.0

Bump stripe from 9.2.0 to 14.12.0 #2451

Workflow file for this run

name: unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm test