Skip to content

Commit

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

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

0 comments on commit f7a277d

Please sign in to comment.