Skip to content

build(deps-dev): Bump semantic-release from 21.1.1 to 24.2.3 #354

build(deps-dev): Bump semantic-release from 21.1.1 to 24.2.3

build(deps-dev): Bump semantic-release from 21.1.1 to 24.2.3 #354

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
concurrency:
group: gha-test
jobs:
test:
runs-on: ubuntu-latest
env:
STAGE_NAME: gha-test
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test