diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 54c6a03..80f7cae 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -43,7 +43,7 @@ jobs: ############################################################## - uses: actions/setup-node@v4.1.0 with: - node-version: "18.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run test:coverage diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index cfb0d13..2610dbb 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -38,7 +38,7 @@ jobs: ############################################################## - uses: actions/setup-node@v4.1.0 with: - node-version: "18.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run test:coverage diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee45644..77bc7a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4.1.0 with: - node-version: "18.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - name: Install dependencies and link run: npm ci && npm link @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4.1.0 with: - node-version: "18.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - name: Install dependencies and link run: npm ci && npm link @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4.1.0 with: - node-version: "18.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - name: Install dependencies and link run: npm ci && npm link