change minimum version of Node.js to version 20 (#4978)

* update workflows

* update supported engines in package.json

* .nvmrc

* base yarn cache on node version being used rather than .nvmrc

* note
This commit is contained in:
Matt Fiddaman
2025-05-12 13:49:09 -04:00
committed by GitHub
parent 2d0716233f
commit 6d921a48b6
8 changed files with 18 additions and 8 deletions

View File

@@ -43,6 +43,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '19'
node-version: 20
- name: Check migrations
run: node ./.github/actions/check-migrations.js