ci: refer .npmrc to ensure using consistent node version (#3228)

This commit is contained in:
TAKAHASHI Shuuji 2025-03-07 01:18:29 +09:00 committed by GitHub
parent 54265dab29
commit 538064589d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: .nvmrc
- run: npx changelogithub
env: