diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b2bf157e..7d21b455 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x] + node-version: [18.x, 20.x] os: [ubuntu-latest, windows-latest] steps: diff --git a/.github/workflows/on-push-publish-to-npm.yml b/.github/workflows/on-push-publish-to-npm.yml index fdbf362d..95ed69f7 100644 --- a/.github/workflows/on-push-publish-to-npm.yml +++ b/.github/workflows/on-push-publish-to-npm.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: npm install - run: npm test - uses: JS-DevTools/npm-publish@v1 diff --git a/.github/workflows/prerelease-main.yml b/.github/workflows/prerelease-main.yml index 79b4a88a..a7761f73 100644 --- a/.github/workflows/prerelease-main.yml +++ b/.github/workflows/prerelease-main.yml @@ -30,7 +30,7 @@ jobs: git branch - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: | npm pkg set name=${{ github.event.inputs.package-name }} npm pkg set bin.aio-next="./bin/run" diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 25017c20..fe02a625 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -34,7 +34,7 @@ jobs: git branch - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: | npm pkg set name=${{ github.event.inputs.package-name }} npm pkg set bin.aio-next="./bin/run" diff --git a/.github/workflows/version-bump-publish.yml b/.github/workflows/version-bump-publish.yml index 05705aa1..193d4aac 100644 --- a/.github/workflows/version-bump-publish.yml +++ b/.github/workflows/version-bump-publish.yml @@ -22,7 +22,7 @@ jobs: git config user.email github-actions@github.com - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: | npm install npm test diff --git a/package.json b/package.json index e731b8f9..3bac6b7c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "typescript": "^5.0.4" }, "engines": { - "node": "^14.18 || ^16.13 || >=18" + "node": ">=18" }, "files": [ "/bin",