Skip to content

Add a translation file containing “furigana” to the jp language. #1431

Add a translation file containing “furigana” to the jp language.

Add a translation file containing “furigana” to the jp language. #1431

Workflow file for this run

name: npm
on:
push:
pull_request:
types: [opened, synchronize]
env:
node-version: 6.x
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
- name: Run npm test
timeout-minutes: 10
run: |
npm install -g [email protected]
npm install
npm test