From 4c4be72951c1d786329426f992e8ce0112eddc1a Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Mon, 6 Nov 2023 16:50:28 -0500 Subject: [PATCH] Pin node to 20.8.0. --- .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 a5d3913..92dcb9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [20.x] + node-version: [20.8.0] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [20.x] + node-version: [20.8.0] steps: - uses: actions/checkout@v3 with: