Skip to content

Bump async from 2.6.3 to 2.6.4 #66

Bump async from 2.6.3 to 2.6.4

Bump async from 2.6.3 to 2.6.4 #66

Workflow file for this run

name: CI
on:
push:
branches: [ main, develop ]
tags: [ '*' ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.1.0
with:
version: ^6.10
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run postinstall
- run: pnpm test