Skip to content

Bump braces from 3.0.2 to 3.0.3 #9

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #9

Workflow file for this run

name: Run tests
# Controls when the workflow will run
on: [pull_request, workflow_dispatch]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run test