From 64047d481f5162f57811d90faf0e01bd4d03b2bc Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Wed, 7 Aug 2024 07:57:58 -0700 Subject: [PATCH] ci: Don't bother checking for the absolute latest node version when just testing code and linting --- .github/workflows/test-code.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index fd3a28d5..8bf9d358 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -30,7 +30,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest - check-latest: true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: