diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5336a72..efd848b 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: '16.14.2' + node-version: 'v18.20.3' - run: mkdir artifacts - run: npm ci - name: Prettier diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6399653..80ab7da 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: '16.14.2' + node-version: 'v18.20.3' - run: npm ci - name: Download Phpactor run: npm run download-phpactor