From 0cf25089b6f1e161cadddede363b1b0a122d5875 Mon Sep 17 00:00:00 2001 From: Wes Dean <87149725+wesley-dean-gsa@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:50:49 -0400 Subject: [PATCH] Update pa11y.yml --- .github/workflows/pa11y.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index d633d51e..1006449f 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -16,6 +16,9 @@ jobs: - name: Install Chrome uses: browser-actions/setup-chrome@latest + # We're no longer building the site, so we don't need + # to use the site's version of Node -- just something + # that's supposed by Cloud.gov Pages (currently 18.19.0) - name: Use Node uses: actions/setup-node@v3 with: