Skip to content

chore(deps): bump cycjimmy/semantic-release-action from 4.1.0 to 4.1.1 #210

chore(deps): bump cycjimmy/semantic-release-action from 4.1.0 to 4.1.1

chore(deps): bump cycjimmy/semantic-release-action from 4.1.0 to 4.1.1 #210

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Enable Corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: "22"
- name: Install Dependencies
run: yarn install --immutable
- name: Run Tests
run: yarn test