From d2ed986377fc9d2590962c02688d19263a8557c2 Mon Sep 17 00:00:00 2001 From: Adaline Valentina Simonian Date: Fri, 10 Sep 2021 12:21:07 -0700 Subject: [PATCH] ci: use node 16.8 for tests due to v8 bug will be reverted after 16.9.1 release https://github.com/nodejs/node/pull/40069 https://github.com/nodejs/node/issues/40030 https://bugs.chromium.org/p/v8/issues/detail?id=12188 --- .github/workflows/main-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-test.yml b/.github/workflows/main-test.yml index acb57dd..e1e7afb 100644 --- a/.github/workflows/main-test.yml +++ b/.github/workflows/main-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, '16.8'] steps: - name: Checkout uses: actions/checkout@v2