Skip to content

Commit

Permalink
Use node 20 and comment out code that wont work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Oct 5, 2024
1 parent fa36eaf commit a06808b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/mobeigi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -26,12 +26,14 @@ jobs:
- name: Lint
working-directory: ./app
run: yarn lint
# TODO: Wire up tests
# - name: Test
# working-directory: ./app
# run: yarn test
- name: Build
working-directory: ./app
run: yarn build
# TODO: How to build without DB
# - name: Build
# working-directory: ./app
# run: yarn build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a06808b

Please sign in to comment.