diff --git a/.github/workflows/test-allocine.yml b/.github/workflows/test-allocine.yml index 18110e3..a47c46f 100644 --- a/.github/workflows/test-allocine.yml +++ b/.github/workflows/test-allocine.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.4.x' + node-version: 'lts' - name: Setup project run: | npm install -g npm