Skip to content

Commit

Permalink
bug fix for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rohhn authored Jan 29, 2024
1 parent d03cf76 commit 8142adc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout the repository
uses: actions/checkout@v4

- name: Configure NodeJS
uses: actions/setup-node@v3
with:
- node-version: '21.x'
node-version: '21.x'

- name: Check Front-end build
- run: |
run: |
cd svelte_client
npm install
npm run build
Expand Down

0 comments on commit 8142adc

Please sign in to comment.