Skip to content

[Snyk] Upgrade @equinor/workspace-ag-grid from 2.0.3 to 2.0.4 #2237

[Snyk] Upgrade @equinor/workspace-ag-grid from 2.0.3 to 2.0.4

[Snyk] Upgrade @equinor/workspace-ag-grid from 2.0.3 to 2.0.4 #2237

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: PNPM setup
uses: ./.github/actions/pnpm-setup
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm ci:build