Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
antlafarge committed Dec 23, 2024
1 parent 6e334f4 commit 3feff93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-allocine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '22.4.x'
- name: Setup project
run: |
npm isntall -g npm
npm install -g npm
npm install
- name: Launch test
run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:lts

LABEL maintainer.name="Antoine Lafarge" \
maintainer.email="ant.lafarge@gmail.com" \
Expand Down

0 comments on commit 3feff93

Please sign in to comment.