Skip to content

Commit

Permalink
Fix node version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
antlafarge committed Dec 23, 2024
1 parent 54c5877 commit c30fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-allocine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 'lts/*'
- name: Setup project
run: |
npm install -g npm
Expand Down

0 comments on commit c30fe50

Please sign in to comment.