Skip to content

Bump the development group with 3 updates #348

Bump the development group with 3 updates

Bump the development group with 3 updates #348

Workflow file for this run

name: Test
on:
push:
pull_request_target:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test