Skip to content

Commit

Permalink
Upgrade node (#105)
Browse files Browse the repository at this point in the history
* Upgrade to node 20

* Upgrade to most recent node 20

* update react_discovery_ui

---------

Co-authored-by: Folkerth, Jennifer <jennifer.folkerth@accenture.com>
  • Loading branch information
acdouglas00 and jfolk2015 authored Mar 28, 2024
1 parent 383c93b commit 0e3b155
Show file tree
Hide file tree
Showing 5 changed files with 10,583 additions and 5,510 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

- [ ] Did you bump the version in `package.json` so that releases to npm are
made without version conflict?
- [ ] Did you also run `npm install` with npm@6.14.14 to update the version number in the `package.lock`?
- [ ] Did you also run `npm install` with npm@20.12.0 to update the version number in the `package.lock`?
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.17.4
nodejs 20.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.4-alpine AS builder
FROM node:20.12.0-alpine AS builder
WORKDIR /app/src

# Copy only the needed files to help docker caching
Expand Down
Loading

0 comments on commit 0e3b155

Please sign in to comment.