From 6e0b4b9c441256e9418fe198b98b0c7341a92778 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Tue, 5 Nov 2024 22:08:27 +0530 Subject: [PATCH] ci: stick node version to `18.x` in ci --- .github/workflows/builder.yml | 2 +- .github/workflows/deploy-gh-pages.yaml | 2 +- .github/workflows/pr-builder.yml | 10 +++++----- .github/workflows/release.yml | 2 +- .github/workflows/test-runner.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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