diff --git a/.github/workflows/a11y.yml b/.github/workflows/a11y.yml index 04b648f..cff837c 100644 --- a/.github/workflows/a11y.yml +++ b/.github/workflows/a11y.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: { node-version: '22', cache: 'npm' } - run: npm ci - name: Install Playwright Browsers diff --git a/.github/workflows/cleanup-on-create.yaml b/.github/workflows/cleanup-on-create.yaml index 7e5862c..2269ac5 100644 --- a/.github/workflows/cleanup-on-create.yaml +++ b/.github/workflows/cleanup-on-create.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 - name: Remove Helper Files diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 459faca..441aec0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm'