Skip to content

Commit

Permalink
Update Node.js to v20 in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Aug 30, 2024
1 parent d04c4e9 commit 387411a
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: '18'
node-version: '20'
- name: Install modules
run: npm install
- name: Build the docker-compose stack
Expand Down

0 comments on commit 387411a

Please sign in to comment.