From 2ffbfc2f58f9e5ee2a269fc0285c50c5f73f263f Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Mon, 27 Nov 2023 17:21:34 -0500 Subject: [PATCH] Switch node version to 20.x in gh actions. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba9db2f..7a6be76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v3 with: