Skip to content

Update dependency next to v15.0.6 [SECURITY] (#259) #2102

Update dependency next to v15.0.6 [SECURITY] (#259)

Update dependency next to v15.0.6 [SECURITY] (#259) #2102

Workflow file for this run

name: build
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22.19.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn analyze"
test:
needs: analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22.19.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn ci:test"
test_acceptance:
needs: analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22.19.0"
cache: "yarn"
- run: "yarn install"
- run: "yarn ci:test:acc"