Skip to content

Commit

Permalink
Merge 12b99fd into 7263263
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Jun 29, 2021
2 parents 7263263 + 12b99fd commit 3059ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/translation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pull_request:
branches:
- master
- 'release/*'
- boop

jobs:
build:
Expand All @@ -16,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 3059ecc

Please sign in to comment.