Skip to content

Commit

Permalink
node build process updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 10, 2024
1 parent 3ed3927 commit 1dff573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Setup CommandBox
uses: Ortus-Solutions/[email protected]
Expand Down Expand Up @@ -63,7 +63,6 @@ jobs:

- name: Build ${{ env.MODULE_ID }}
run: |
npm i npm@latest -g
npm install
npm run prod
rm -Rf node_modules
Expand Down

0 comments on commit 1dff573

Please sign in to comment.