Skip to content

Commit

Permalink
Lock down Node version in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
malee31 committed Oct 22, 2024
1 parent 3945bfd commit 137c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: latest
node-version: 20
cache: npm
# Uncomment and use the service instead when support is added for non-legacy login (turn off default-authentication-plugin=mysql_native_password)
- name: Install and set up MySQL v8.0
Expand Down

0 comments on commit 137c0e4

Please sign in to comment.