1
0
Fork 1
forked from fedi/mastodon

See version file in GitHub Actions (#21927)

This commit is contained in:
Yamagishi Kazutoshi 2022-12-07 08:30:59 +09:00 committed by talon
parent a29752ac86
commit bce7e8cc35
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: .ruby-version
bundler-cache: true
- name: Check locale file normalization
run: bundle exec i18n-tasks check-normalized

View file

@ -53,7 +53,7 @@ jobs:
- name: Set-up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile