diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efd848b..823634b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 'v18.20.3' + node-version: 'v20.18.0' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 346619d..6936954 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 'v18.20.3' + node-version: 'v20.18.0' - run: npm ci - name: Download Phpactor run: npm run download-phpactor