From 8df0c40d60673d020aacd7860339d7ec7cea4555 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Fri, 1 Dec 2023 16:59:53 -0500 Subject: [PATCH] Unpin node 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 2e34086..fb6c971 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@v4 - 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@v4 with: