From 6aac4e5b860eb6d4b1c30a5615a5d0f93a189258 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Sat, 2 Mar 2024 14:59:29 +0100 Subject: [PATCH] fix lint and ci issues --- .github/workflows/ci.yml | 14 +++++++------- libs/feature/package.json | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e7973a..bc9275b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 @@ -138,7 +138,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3 @@ -165,7 +165,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 @@ -207,7 +207,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3 diff --git a/libs/feature/package.json b/libs/feature/package.json index cff303ff..168e159b 100644 --- a/libs/feature/package.json +++ b/libs/feature/package.json @@ -9,7 +9,8 @@ "@angular/common": "17.2.1", "@angular/core": "17.2.1", "@angular/forms": "17.2.1", - "@rx-angular/template": "17.0.0" + "@rx-angular/template": "17.0.0", + "aws-sdk": "^2.1218.0" }, "sideEffects": false }