diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 796566a0a..d1bb22a68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -114,7 +114,8 @@ jobs: ref: ${{ github.ref }} - uses: actions/setup-node@v5 with: - node-version: '20' + # npm@latest requires node >=22 since npm 12, keep this in step with the test job + node-version: '22' registry-url: https://registry.npmjs.org/ - run: npm install -g npm@latest - run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index 58ea8951d..def22f36d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codegouvfr/react-dsfr", - "version": "1.32.5", + "version": "1.33.0", "description": "French State Design System React integration library", "repository": { "type": "git",