diff --git a/.github/workflows/check-python.yaml b/.github/workflows/check-python.yaml index 9cfedba..1c68bfe 100644 --- a/.github/workflows/check-python.yaml +++ b/.github/workflows/check-python.yaml @@ -41,6 +41,11 @@ jobs: # set git user and email as test invoke git git config --global user.email "actions@github.com" && git config --global user.name "github-actions" + - name: Setup Node.js 20.x + uses: actions/setup-node@v4 + with: + node-version: '20.x' + - name: Run tests shell: bash run: | diff --git a/examples/cloud_provider/production_react_netlify/index.html b/examples/cloud_provider/production_react_netlify/index.html index a85566a..5a2ef4f 100644 --- a/examples/cloud_provider/production_react_netlify/index.html +++ b/examples/cloud_provider/production_react_netlify/index.html @@ -7,9 +7,6 @@
-