Skip to content

Commit

Permalink
Update master_ck-board.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markiianbabiak committed Oct 5, 2024
1 parent 1ba0992 commit c14e43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_ck-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Set up Node.js version
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "18.x"

- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm run build -- --configuration production
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit c14e43e

Please sign in to comment.