From b79a7c2bb1ea9ceaf76576016f42fbff2e31fe19 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 4 Sep 2024 23:57:53 -0400 Subject: [PATCH] update action versions & add yarn cache --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 325f21ba..06dc6939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,11 +5,12 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 + cache: yarn - name: install run: yarn install