Skip to content

Commit

Permalink
fix lint and ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Mar 2, 2024
1 parent f61464a commit f6acfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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' }}

Expand Down
2 changes: 1 addition & 1 deletion apps/audit-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"projectType": "application",
"prefix": "app",
"sourceRoot": "apps/audit-manager/src",
"tags": [],
"tags": ["frontend"],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
Expand Down

0 comments on commit f6acfa8

Please sign in to comment.