From a05e54009be789e324d9371788312bd4444fc01f Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Tue, 13 Jan 2026 16:35:17 -0500 Subject: [PATCH] LFT-2320: switch to Brightspace/setup-node@main --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ad929c5..ccfb3d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - uses: Brightspace/third-party-actions@actions/checkout - name: Setup Node.js 12.x - uses: Brightspace/third-party-actions@actions/setup-node + uses: Brightspace/setup-node@main with: node-version: 12.x