Skip to content

Bump braces from 3.0.2 to 3.0.3 #30

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #30

Workflow file for this run

name: Tests
env:
NODE_VERSION: 18
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm run test
env:
NODE_ENV: test