Skip to content

Bump braces from 3.0.2 to 3.0.3 #40

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #40

Workflow file for this run

name: Validate
on: [pull_request]
jobs:
validate-code:
name: Test GH action with unit testing
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 20
check-latest: true
- name: Install dependencies
run: npm ci
- name: Run Unit tests
run: npm test -- --ci