Skip to content

Commit

Permalink
ci: require node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent 6926cb4 commit 386fbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo /etc/init.d/mysql start
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: [ 20 ]
- uses: actions/checkout@v4
- run: npm install
- name: Initialize MySQL
Expand Down

0 comments on commit 386fbec

Please sign in to comment.