diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b95950c..0fa7143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: '18' + node-version: '24.21.0' cache: pnpm - name: Install dependencies @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - run: nci @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - run: nci diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 005eae6..2dbba25 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5632de6..e1dbaf6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: '18' + node-version: '24.21.0' registry-url: https://registry.npmjs.org/ - run: npm i -g pnpm @antfu/ni - run: nci