From 3833b9544655d17bbe3d1d6a88e66bca1d0ba03b Mon Sep 17 00:00:00 2001 From: Alexandra Vedeler Date: Fri, 18 Oct 2024 13:19:09 +0200 Subject: [PATCH] testing if the error is the newest node version (#1119) --- .github/workflows/template-build-and-test-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-build-and-test-frontend.yml b/.github/workflows/template-build-and-test-frontend.yml index 0f10b01b2..fd9635bb1 100644 --- a/.github/workflows/template-build-and-test-frontend.yml +++ b/.github/workflows/template-build-and-test-frontend.yml @@ -20,7 +20,7 @@ jobs: - name: install node uses: actions/setup-node@v4 with: - node-version: '19' + node-version: lts/* - name: run eslint working-directory: ./