Skip to content

Commit

Permalink
debug: Github workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Aug 22, 2024
1 parent e5dd697 commit f558a00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 22.x
- name: Install
run: |
npm install
- name: Test Build
run: |
npm run build -w apps/dashboard
npm run build -w apps/dashboard

0 comments on commit f558a00

Please sign in to comment.