Skip to content

chore(deps): bump intl-messageformat from 10.5.11 to 10.5.14 #298

chore(deps): bump intl-messageformat from 10.5.11 to 10.5.14

chore(deps): bump intl-messageformat from 10.5.11 to 10.5.14 #298

Workflow file for this run

name: pull request
on:
pull_request:
branches:
- master
jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: installing
run: npm ci
- name: building
run: npm run build