From bf02b360f8424b45abc098a297f6ca42f4e0c9f9 Mon Sep 17 00:00:00 2001 From: Alex Dixon Date: Thu, 30 May 2024 16:21:18 -0700 Subject: [PATCH] ci changes --- .github/workflows/pull_request.yaml | 16 ++++++++-------- .github/workflows/release.yaml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 894e18d..d8553f6 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -19,14 +19,14 @@ jobs: with: fetch-depth: 0 -# - name: Cache 🏎 -# uses: actions/cache@v4 -# with: -# save-always: true -# path: .turbo -# key: ${{ runner.os }}-turbo-${{ github.sha }} -# restore-keys: | -# ${{ runner.os }}-turbo- + - name: Cache 🏎 + uses: actions/cache@v4 + with: + save-always: true + path: .turbo + key: ${{ runner.os }}-turbo-${{ github.sha }} + restore-keys: | + ${{ runner.os }}-turbo- - name: Setup nodejs uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd5c99f..37be39a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,10 +31,10 @@ jobs: restore-keys: | ${{ runner.os }}-turbo- - - name: Setup Node.js 18.x + - name: Setup Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'yarn' - name: Auth with npm registry