From f6acfa8fa3830b064f8b14f3b87202703f0f9b50 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Sat, 2 Mar 2024 15:29:04 +0100 Subject: [PATCH] fix lint and ci issues --- .github/workflows/ci.yml | 2 +- apps/audit-manager/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9275b2..74746216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: UFO CI env: - NODE_VERSION: 18 + NODE_VERSION: 20 is-main-branch: ${{ github.ref == 'refs/heads/main' }} is-pull-request: ${{ github.event_name == 'pull_request' }} diff --git a/apps/audit-manager/project.json b/apps/audit-manager/project.json index 15b30f16..16a69112 100644 --- a/apps/audit-manager/project.json +++ b/apps/audit-manager/project.json @@ -4,7 +4,7 @@ "projectType": "application", "prefix": "app", "sourceRoot": "apps/audit-manager/src", - "tags": [], + "tags": ["frontend"], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser",