diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c62498749b..40496c1af0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,8 +45,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0 - node-version: '16' + # Keep aligned with what's in the dev image... + node-version: '20' - name: Cache npm files id: cache-npm