Skip to content

Commit

Permalink
updating node version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 24, 2024
1 parent 2f7fee2 commit f6f2310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test with unittest
run: |
python -m unittest discover Tests/test_NAL/ -p "test_*.py" -v > output-dev.txt 2>&1
python -m unittest discover Tests/test_NAL/ -p "test_*.py" -v > output-dev.txt
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Node (for diff)
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install -g diff2html-cli

- name: Compare test results
Expand Down

0 comments on commit f6f2310

Please sign in to comment.