Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uparkalau authored Aug 8, 2024
1 parent 840c11f commit 8c03896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [22.x]

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
working-directory: ./frontend
run: npm run build --if-present

# Uncomment the following lines to run tests
# - name: Run tests for backend
# working-directory: ./backend
# run: npm test
Expand Down

0 comments on commit 8c03896

Please sign in to comment.