Skip to content

Commit

Permalink
Update node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chtushar committed Apr 23, 2024
1 parent 5afc3d2 commit 573375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: 16.20.0
node-version: 18.19.0
- uses: shogo82148/actions-setup-mysql@v1.23.0
with:
mysql-version: '8.0'
Expand Down

0 comments on commit 573375f

Please sign in to comment.