diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 31ce4618..1b28b247 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -10,10 +10,10 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 16.18 uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '16.18' - run: npm install - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: npm test @@ -26,10 +26,10 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 16.18 uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '16.18' - run: npm install - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: npm test @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v3 with: persist-credentials: false - - name: Use Node.js 14.x + - name: Use Node.js 16.18 uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '16.18' - run: npm install - run: npm run semantic-release env: diff --git a/README.md b/README.md index d782ff43..6595c6ef 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ These tools have been introduced by Adobe to document Adobe's Experience Data Mo ## Requirements - `npm` version 3.10.8 or up -- `node` v14 or up +- `node` v16.18, v18, or v20 or up ## Example Output diff --git a/package-lock.json b/package-lock.json index dfcb2141..31bb4234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "unist-util-select": "5.0.0" }, "engines": { - "node": ">= 14.0.0" + "node": "^16.18.0 || ^18.0.0 || >= 20.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 8b24af53..d1923200 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "unist-util-select": "5.0.0" }, "engines": { - "node": ">= 14.0.0" + "node": "^16.18.0 || ^18.0.0 || >= 20.0.0" }, "repository": { "type": "git",