From 21f168e790e742326080d1f5c70b332bad52d1bf Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 10:40:49 +0530 Subject: [PATCH] ci: use Node.js LTS version --- .github/workflows/deploy.yml | 2 +- .github/workflows/testing.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76183a67d716..abe4326258d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [latest] + node-version: [lts/*] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0206a69246c4..277d73b7cb27 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [latest] + node-version: [lts/*] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [latest] + node-version: [lts/*] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [latest] + node-version: [lts/*] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4