From 4764e27b6849a88c0e6bd5749c95e4e7ec8b6769 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 15 Sep 2024 06:03:53 -0700 Subject: [PATCH] chore(tests): set older node version to work around babel issue in tests --- .github/workflows/javascript-format-test-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/javascript-format-test-build.yml b/.github/workflows/javascript-format-test-build.yml index 741b5a609..cf99a781e 100644 --- a/.github/workflows/javascript-format-test-build.yml +++ b/.github/workflows/javascript-format-test-build.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.1.0' + node-version: '18.19.1' - name: Check out repository code uses: actions/checkout@v4 @@ -120,7 +120,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.1.0' + node-version: '18.19.1' - name: Cache node modules uses: actions/cache@v4 @@ -163,7 +163,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.1.0' + node-version: '18.19.1' - name: Cache node modules uses: actions/cache@v4