Skip to content

Bump braces from 3.0.2 to 3.0.3 in /examples/inquirerDevModeWithWebpa… #72

Bump braces from 3.0.2 to 3.0.3 in /examples/inquirerDevModeWithWebpa…

Bump braces from 3.0.2 to 3.0.3 in /examples/inquirerDevModeWithWebpa… #72

Workflow file for this run

name: Verify
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13.1'
cache: 'npm'
- run: npm install
- run: npm test
- run: npm run build