diff --git a/.github/workflows/deploy-beta.yml b/.github/workflows/deploy-beta.yml index 5a6a32e..a251b05 100644 --- a/.github/workflows/deploy-beta.yml +++ b/.github/workflows/deploy-beta.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4.2.0 with: - node-version: "18.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" scope: nvuillam - run: npm ci diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 01041c7..fb1b2e2 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -34,7 +34,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v4.2.0 with: - node-version: "18.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" scope: nvuillam - run: npm ci