[chore] Cache yarn packages for CI (#1646)

* [chore] Cache yarn packages for CI

* Cache yarn in release.yml

* [chore] Update deprecated download artifact on CI (#1647)

* I'm merging even though ESLint is stlll failing in Github Actions as I believe it's running actions _without_ this PR applied yet
This commit is contained in:
Justin Halsall
2025-02-04 18:49:01 +01:00
committed by GitHub
parent 9cd28b703e
commit f18fead64e
5 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile

View File

@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: ESLint Annotation
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: eslint_report.json
- name: Annotate Code Linting Results