ci: switch to node 16 (#4055)

* try increase stack size

* try use node 16.x to match local version

* try remove the stacksize env var

* change netlify to node 16
pull/4056/head
Wenzhuo Liu 2022-07-14 16:47:14 +08:00 committed by GitHub
parent 9526ba0552
commit 7872ab07f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
cache: pipenv
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '16.x'
check-latest: true
- name: Install Python dependencies
run: |

View File

@ -3,4 +3,4 @@
command = "cd .. && scripts/netlify/build.sh"
[build.environment]
NODE_VERSION = "18"
NODE_VERSION = "16"