diff --git a/.github/workflows/build-dashboard.yaml b/.github/workflows/build-dashboard.yaml index 5b62715..675a07e 100644 --- a/.github/workflows/build-dashboard.yaml +++ b/.github/workflows/build-dashboard.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: npm install -g yarn - run: cd apps/web/ && yarn && yarn build - - run: du -sh \ No newline at end of file + - run: du -sh