From 10433f8d4eeba3914d3091b28521392f2e2750ce Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Fri, 2 Aug 2024 15:04:12 +0300 Subject: [PATCH] Use 20.x node instead of latest for CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaacfb0..42aadb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, latest] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Node.js specs ${{ matrix.node-version }}