Skip to content

build(deps): bump @next/third-parties from 16.2.9 to 16.2.10 (#87) #358

build(deps): bump @next/third-parties from 16.2.9 to 16.2.10 (#87)

build(deps): bump @next/third-parties from 16.2.9 to 16.2.10 (#87) #358

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Continuous Integration
on:
pull_request:
push:
paths-ignore:
- .github/**
- README.md
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v7
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install just
uses: taiki-e/install-action@just
- run: just setup
- run: just all