From 09c75941a121295b0d52ab6bf19fe572df1424ab Mon Sep 17 00:00:00 2001 From: "micheal.akinwonmi" Date: Wed, 17 Jul 2024 10:13:14 -0600 Subject: [PATCH] ADO-17518 upgraded node version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a155fb9..6091731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: options: --entrypoint redis-server steps: - uses: actions/checkout@v2 - - name: Use Node.js 10.13.0 + - name: Use Node.js 18 uses: actions/setup-node@v1 with: node-version: '18' @@ -26,7 +26,7 @@ jobs: with: ruby-version: 2.7 - name: Install Bundler - run: gem install bundler + run: gem install bundler -v 2.4.22 - name: Install Danger run: gem install danger -v 7.0.1 - name: Execute Danger