Skip to content

Commit

Permalink
Update main_app-kabinizer-client-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SjoenH authored May 6, 2024
1 parent ce6026b commit dbb4980
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main_app-kabinizer-client-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Set up Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: 'lts/*'

- name: bun install, build
- name: npm install, build
run: |
cd kabinizer-front-end
bun install
bun run build
npm install
npm run build
rm -rf node_modules
- name: Upload artifact for deployment job
Expand Down

0 comments on commit dbb4980

Please sign in to comment.