8000 chore(deps-dev): bump the minor-and-patch group with 6 updates · n6ai/minze@e2ef99d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps-dev): bump the minor-and-patch group with 6 updates #174

chore(deps-dev): bump the minor-and-patch group with 6 updates

chore(deps-dev): bump the minor-and-patch group with 6 updates #174

Workflow file for this run

name: Test
on:
pull_request:
paths:
- 'packages/**'
- 'package.json'
- '!packages/create-minze/template-**'
- '!**/README.md'
workflow_dispatch:
env:
NODE_VERSION: 20
PACKAGE_NAME: ${{ github.event.inputs.package }}
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/run-tests
with:
node-version: ${{ env.NODE_VERSION }}
0