diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 08fb039e8e..b11e63ec04 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} AWS_REGION: ${{ secrets.AWS_REGION }} SOURCE_DIR: 'dist' - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout uses: actions/checkout@v2