diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a9f7093f..cd588fb0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout diff --git a/.github/workflows/deploy-gh-pages.yaml b/.github/workflows/deploy-gh-pages.yaml index abe1743d..1fd5331c 100644 --- a/.github/workflows/deploy-gh-pages.yaml +++ b/.github/workflows/deploy-gh-pages.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [lts/*] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout diff --git a/.github/workflows/pr-builder.yml b/.github/workflows/pr-builder.yml index cfb6ca3c..4d50e5fc 100644 --- a/.github/workflows/pr-builder.yml +++ b/.github/workflows/pr-builder.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout @@ -138,7 +138,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout @@ -240,7 +240,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 346be5fd..6d7094a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [lts/*] + node-version: [18.x] pnpm-version: [8.15.7] steps: - name: ⬇️ Checkout diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 35db4200..ade786ab 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ lts/* ] + node-version: [ 18.x ] steps: - name: ⬇️ Checkout id: checkout