Skip to content

chore(deps): bump next-intl from 3.19.0 to 3.25.3 #43

chore(deps): bump next-intl from 3.19.0 to 3.25.3

chore(deps): bump next-intl from 3.19.0 to 3.25.3 #43

Workflow file for this run

# build app to check for errors, on prs to master
name: Build
on:
pull_request:
branches:
- master
jobs:
build:
name: Build app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn
- run: yarn build