From 229ef3e70642e903a2523fb3cea9f77ed817a3b5 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Tue, 26 Mar 2024 15:00:06 -0400 Subject: [PATCH] Bump tests to run on node latest --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e9ed13..f77ff1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,10 +19,11 @@ jobs: production-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: cache: 'yarn' + node-version: 'latest' - run: yarn install --frozen-lockfile - run: yarn run production-test env: