diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6f3fc1..595a40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - name: Install diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 7eb1984..4dfece5 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm # Install the whole workspace so the website can resolve @prescriptive/*. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28c14dc..b0c4338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm registry-url: https://registry.npmjs.org