From 460f2e4bd9a13206dc6b4495d48392191b9921af Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Thu, 19 Oct 2023 14:28:49 -0600 Subject: [PATCH] ci: use node latest for integration tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7db420ee..36301e81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: latest - name: Install sf uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: latest - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main - run: yarn build - name: Run tests