From 39b3d96987f4e5e015e6557516d3b583673acd4a Mon Sep 17 00:00:00 2001 From: koji Date: Fri, 6 Oct 2023 11:24:13 -0400 Subject: [PATCH] back to nodejs version to 16 --- .github/workflows/ll-test-build-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ll-test-build-deploy.yaml b/.github/workflows/ll-test-build-deploy.yaml index 51062a5b3ba..c6dfede0bbb 100644 --- a/.github/workflows/ll-test-build-deploy.yaml +++ b/.github/workflows/ll-test-build-deploy.yaml @@ -45,7 +45,7 @@ jobs: - uses: 'actions/checkout@v3' - uses: 'actions/setup-node@v3' with: - node-version: '18' + node-version: '16' # https://github.com/actions/checkout/issues/290 - name: 'Fix actions/checkout odd handling of tags' if: startsWith(github.ref, 'refs/tags') @@ -92,7 +92,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v3' with: - node-version: '18' + node-version: '16' - name: 'install libudev for usb-detection' run: sudo apt-get update && sudo apt-get install libudev-dev - name: 'cache yarn cache' @@ -131,7 +131,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v3' with: - node-version: '18' + node-version: '16' - name: 'install libudev for usb-detection' run: sudo apt-get update && sudo apt-get install libudev-dev - name: 'cache yarn cache' @@ -174,7 +174,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v3' with: - node-version: '18' + node-version: '16' - name: 'install udev for usb-detection' run: sudo apt-get update && sudo apt-get install libudev-dev - name: 'set complex environment variables'