Skip to content

Commit

Permalink
Revert "Update Node.js to v20 in GitHub Actions workflow"
Browse files Browse the repository at this point in the history
This reverts commit 387411a.
  • Loading branch information
ludeknovy committed Aug 30, 2024
1 parent 53b25ea commit 03153c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '18'
- name: Install modules
run: npm install
- name: Build the docker-compose stack
Expand Down

0 comments on commit 03153c7

Please sign in to comment.