diff --git a/.github/workflows/post_deployment.yml b/.github/workflows/post_deployment.yml index 2ccc95dfb..4b22e0513 100644 --- a/.github/workflows/post_deployment.yml +++ b/.github/workflows/post_deployment.yml @@ -15,16 +15,20 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # Note we can't use caching here, because caching needs GITHUB_REF to be defined, - # and Vercel deployment_status events set deployment.ref to the SHA, not the triggering - # branch or pull request. - # https://github.com/actions/cache/issues/319 - - name: Use Node.js + + - name: Setup pnpm + uses: pnpm/action-setup@v3 + with: + version: 8 + + - name: Setup Node 20 uses: actions/setup-node@v4 with: - node-version: 20.x - cache: "npm" - - run: npm ci + node-version: 20 + cache: "pnpm" + + - name: Install deps (with cache) + run: pnpm install - uses: ./.github/actions/ref_from_sha name: Get PR Ref from SHA diff --git a/sonar-project.properties b/sonar-project.properties index bd0059a6d..fe5f8b69b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,8 +1,8 @@ -sonar.projectKey=oaknational_ai-experiments +sonar.projectKey=oaknational_oak-ai-lesson-assistant sonar.organization=oaknational -sonar.projectName=Oak AI Projects -sonar.projectVersion=v1.38.0 +sonar.projectName=oak-ai-lesson-assistant +sonar.projectVersion=v1.41.1 sonar.projectDescription=Oak National Academy AI Web Application sonar.links.homepage=https://labs.thenational.academy/