Skip to content

chore(deps): bump y18n from 4.0.0 to 4.0.1 #40

chore(deps): bump y18n from 4.0.0 to 4.0.1

chore(deps): bump y18n from 4.0.0 to 4.0.1 #40

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test