diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index 04b648f..2cd85d4 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: { node-version: '22', cache: 'npm' } + with: { node-version: '24', cache: 'npm' } - run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps diff --git a/.github/workflows/cleanup-on-create.yaml b/.github/workflows/cleanup-on-create.yaml index 7e5862c..fe5b937 100644 --- a/.github/workflows/cleanup-on-create.yaml +++ b/.github/workflows/cleanup-on-create.yaml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Remove Helper Files run: | rm -rf \ diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 459faca..f0dbc00 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' cache: 'npm' - name: Install Dependencies