Skip to content

chore(deps): update hmarr/auto-approve-action action to v3 - autoclosed #1063

chore(deps): update hmarr/auto-approve-action action to v3 - autoclosed

chore(deps): update hmarr/auto-approve-action action to v3 - autoclosed #1063

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [develop, master]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Setup
run: yarn --immutable
- name: Build
run: yarn build
- name: Test
run: yarn test