Skip to content

Bump @formatjs/intl from 2.6.9 to 3.1.0 #274

Bump @formatjs/intl from 2.6.9 to 3.1.0

Bump @formatjs/intl from 2.6.9 to 3.1.0 #274

Workflow file for this run

on:
push:
pull_request:
jobs:
lint:
name: Lint - Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22 ]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm install
- run: npm test