about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-12-07 08:30:59 +0900
committerGitHub <noreply@github.com>2022-12-07 00:30:59 +0100
commite538584fbed65ef020c889a21065893df9d23414 (patch)
treeb2804ad4ca71b68168fc6457faa794e90e6c7e06 /.github
parent51098035ed2f42d949d6ec3f8ecdd5e68e73874d (diff)
See version file in GitHub Actions (#21927)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-i18n.yml2
-rw-r--r--.github/workflows/linter.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml
index a9d8ea2ea..9a7463060 100644
--- a/.github/workflows/check-i18n.yml
+++ b/.github/workflows/check-i18n.yml
@@ -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
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 874afc459..319152e93 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -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