From e6b6cb23584f91cd334556dd24662cc3b9b396b6 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Sat, 26 Oct 2024 10:58:03 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f179a..c5da9e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 'lts/*' + node-version-file: '.tool-versions' - name: Find yarn cache location id: yarn-cache @@ -58,7 +58,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 'lts/*' + node-version-file: '.tool-versions' - name: Find yarn cache location id: yarn-cache @@ -108,7 +108,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 'lts/*' + node-version-file: '.tool-versions' - name: Find yarn cache location id: yarn-cache