diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8bce859ed..7bce55a41 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main with: target: ${{ inputs.environment }} - node_version: '20.5.1' + node_version: "24" app_name: 'namerequest' working_directory: 'app' secrets: diff --git a/app/package.json b/app/package.json index aed73e8b4..87d92ecfa 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,10 @@ { "name": "name-request", - "version": "5.8.11", + "version": "5.9.0", "private": true, + "engines": { + "node": ">=24" + }, "appName": "Name Request UI", "sbcName": "SBC Common Components", "scripts": {