Skip to content

chore(deps): bump @formatjs/intl-pluralrules from 1.5.9 to 5.2.14 #185

chore(deps): bump @formatjs/intl-pluralrules from 1.5.9 to 5.2.14

chore(deps): bump @formatjs/intl-pluralrules from 1.5.9 to 5.2.14 #185

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Unit Tests
run: npm run test:unit