diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 4badd9a..1f84bd2 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3dace7d..da740af 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install node ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/publish-prerelease.yml b/.github/workflows/publish-prerelease.yml index bf9ebea..1623396 100644 --- a/.github/workflows/publish-prerelease.yml +++ b/.github/workflows/publish-prerelease.yml @@ -26,11 +26,10 @@ jobs: fetch-depth: 0 - name: Install node 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: npm - registry-url: 'https://registry.npmjs.org' - name: Update npm run: npm install -g npm@11.5.1 diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1e6b67b..253678f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -30,11 +30,10 @@ jobs: fetch-depth: 0 - name: Install node 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: npm - registry-url: 'https://registry.npmjs.org' - name: Update npm run: npm install -g npm@11.5.1 diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 2289c1c..1b1352a 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -37,11 +37,10 @@ jobs: fetch-depth: 0 - name: Install node 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: npm - registry-url: 'https://registry.npmjs.org' - name: Update npm run: npm install -g npm@11.5.1 diff --git a/package-lock.json b/package-lock.json index af93226..5ef7b45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trustify-da/trustify-da-javascript-client", - "version": "0.2.4-ea.12", + "version": "0.2.4-ea.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trustify-da/trustify-da-javascript-client", - "version": "0.2.4-ea.12", + "version": "0.2.4-ea.13", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.23.2", @@ -42,8 +42,8 @@ "which": "^5.0.0" }, "engines": { - "node": ">= 18.0.0", - "npm": ">= 9.0.0" + "node": ">= 20.0.0", + "npm": ">= 11.5.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index e9f52e2..fb65925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trustify-da/trustify-da-javascript-client", - "version": "0.2.4-ea.12", + "version": "0.2.4-ea.13", "description": "Code-Ready Dependency Analytics JavaScript API.", "license": "Apache-2.0", "homepage": "https://github.com/guacsec/trustify-da-javascript-client#README.md",