diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c0f9064..5b5c4e7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: Validate cache run: yarn install --frozen-lockfile @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --frozen-lockfile @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --frozen-lockfile @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --frozen-lockfile