Skip to content

chore(deps): bump y18n from 4.0.0 to 4.0.3 #330

chore(deps): bump y18n from 4.0.0 to 4.0.3

chore(deps): bump y18n from 4.0.0 to 4.0.3 #330

Workflow file for this run

name: Build Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
building:
name: building
runs-on: ubuntu-latest
steps:
- name: switch to target branch
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: install dependencies then build
run: yarn install && yarn build