From 5fb2fc238eb8d36cea83f45a6356c7f1d7e84c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 14 Nov 2023 23:34:58 +0100 Subject: [PATCH] ci: usage of Node.js v18 (instead of v20) to accommodate mock-fs issue Ref: https://github.com/tschaub/mock-fs/issues/377, https://github.com/tschaub/mock-fs/issues/380 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d2f675..11303da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: 'Setup Node.js' uses: 'actions/setup-node@v4.0.0' with: - node-version: '20.x' + node-version: '18.x' cache: 'npm' - name: 'Install dependencies' @@ -45,7 +45,7 @@ jobs: - name: 'Setup Node.js' uses: 'actions/setup-node@v4.0.0' with: - node-version: '20.x' + node-version: 'lts/*' cache: 'npm' - name: 'Install dependencies'