Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Bump vue-i18n-extract to version "1.2.3 (#279) #474

Bump vue-i18n-extract to version "1.2.3 (#279)

Bump vue-i18n-extract to version "1.2.3 (#279) #474

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- gh-pages
pull_request:
env:
CI: true
jobs:
test:
name: "Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [12, 14]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install
run: yarn install
- name: Test
run: yarn test