Skip to content

⬆️ Bump braces from 3.0.2 to 3.0.3 #231

⬆️ Bump braces from 3.0.2 to 3.0.3

⬆️ Bump braces from 3.0.2 to 3.0.3 #231

Workflow file for this run

name: ci
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint