Skip to content

Commit

Permalink
chore: upgrade node in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Dec 13, 2024
1 parent f8a3a01 commit 8388026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
run: mysql -uroot -h127.0.0.1 -e 'SELECT version()'

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Npm Install
run: |
npm install
Expand Down

0 comments on commit 8388026

Please sign in to comment.