Skip to content

Commit

Permalink
Merge pull request #2284 from abilpraju-aot/FIX-V7.0.0
Browse files Browse the repository at this point in the history
Updated web package to support node 16.20.0
  • Loading branch information
arun-s-aot authored Oct 22, 2024
2 parents 92c7e05 + df2fe6b commit 82a44c7
Show file tree
Hide file tree
Showing 15 changed files with 47,859 additions and 9,174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.17.6'
node-version: '16.20.0'
- run: npm ci
working-directory: ./forms-flow-web
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-web-root-config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:16.18.0-alpine as build-stage
FROM node:16.20.0-alpine as build-stage

# Set working directory
WORKDIR /forms-flow-web-root-config/app
Expand Down
Loading

0 comments on commit 82a44c7

Please sign in to comment.