diff --git a/.github/workflows/pr-core-tests.yml b/.github/workflows/pr-core-tests.yml index 9c9a731f7..e6a49d662 100644 --- a/.github/workflows/pr-core-tests.yml +++ b/.github/workflows/pr-core-tests.yml @@ -13,7 +13,7 @@ jobs: os: - ubuntu-20.04 node-version: - - '14' + - '16' leia-tests: - basics-example - badname-example diff --git a/.github/workflows/pr-django-tests.yml b/.github/workflows/pr-django-tests.yml index ee2cdef1e..ed7fc4edf 100644 --- a/.github/workflows/pr-django-tests.yml +++ b/.github/workflows/pr-django-tests.yml @@ -13,7 +13,7 @@ jobs: os: - ubuntu-20.04 node-version: - - '14' + - '16' leia-tests: - django-example steps: diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index 1daf37dd9..274aa75ba 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu-20.04 node-version: - - '14' + - '16' steps: # Install deps and cache diff --git a/.github/workflows/pr-release-tests.yml b/.github/workflows/pr-release-tests.yml index d1a781da9..e67c24a42 100644 --- a/.github/workflows/pr-release-tests.yml +++ b/.github/workflows/pr-release-tests.yml @@ -14,7 +14,7 @@ jobs: - x64 - arm64 node-version: - - 14 + - 16 os: - linux - macos diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c36bae5b4..99bc28494 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - x64 - arm64 node-version: - - 14 + - 16 os: - linux - macos