Skip to content

Bump braces from 3.0.2 to 3.0.3 #187

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #187

Workflow file for this run

name: test
on:
push:
pull_request:
merge_group:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
with:
path: .npm
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
with:
push: never
runCmd: |
npm test
npm run prod