Skip to content

Bump braces from 3.0.2 to 3.0.3 #279

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #279

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash
jobs:
all:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install
run: npm run install:ci
- name: Build
run: npm run build
- name: Test
run: npm t