Skip to content

Commit

Permalink
# change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
matuszsmig committed Jul 21, 2024
1 parent dd5e76c commit bb73c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ docker run --rm -d -p 80:80/tcp --name ui ui

## Requirements

- Node.js 20.x or higher
- Node.js 20.x or higher
- Python 3.9+
- pip and venv

Expand Down

0 comments on commit bb73c0e

Please sign in to comment.