diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69c96c633f..4795f93573 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file + npm run build -w apps/dashboard