generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Node 22 (2nd attempt) (#1097)
Closes #1040 ## Changes - Updated Dockerfile to use new `ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20` (node 22) base image. - Updated `package.json -> engines` to use Node v22 - Updated `.nvmrc` to use `v22` ## How to test this PR 1. Pull branch 2. `nvm use` 3. `yarn start` to easily launch all backend services 4. `yarn docker-build-and-run` to run the container version of the Frontend 5. Update your `.env` file to run tests against the container version ``` SBL_PLAYWRIGHT_TEST_TARGET="http://localhost:8085" ``` 6. `yarn playwright test --workers 4` 7. Verify all tests pass
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters