Skip to content

chore: pnpmをv10に更新 #90

chore: pnpmをv10に更新

chore: pnpmをv10に更新 #90

Workflow file for this run

name: Check version
on:
pull_request:
paths:
- ".node-version"
- "package.json"
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
check_node_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check synchronize volta and .node_version
uses: My-MC/check-sync-volta-and-node-version@v0.0.3