diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index abed708f..a5793e22 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -21,10 +21,10 @@ jobs: extensions: pdo, pdo_pgsql, redis, mbstring, intl, bcmath coverage: none - - name: Setup Node 20 + - name: Setup Node 22 uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'npm' - name: Install root JS deps