Skip to content

Bump the test group with 12 updates #47

Bump the test group with 12 updates

Bump the test group with 12 updates #47

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 18.x
- run: npm ci
- run: npm t