Skip to content

Commit e95017a

Browse files
authored
feat(workspaces): update supported node engines in package.json (npm#5485)
BREAKING CHANGE: all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
1 parent fe926ed commit e95017a

30 files changed

+154
-154
lines changed

.github/workflows/ci-libnpmaccess.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmdiff.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmexec.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmfund.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmhook.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmorg.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmpack.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmpublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmsearch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

.github/workflows/ci-libnpmteam.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --global user.name "npm CLI robot"
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18.x
3434
- name: Update npm to latest
3535
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
3636
- run: npm -v
@@ -42,12 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node-version:
45-
- 12.13.0
46-
- 12.x
47-
- 14.15.0
45+
- 14.17.0
4846
- 14.x
49-
- 16.0.0
47+
- 16.13.0
5048
- 16.x
49+
- 18.0.0
50+
- 18.x
5151
platform:
5252
- os: ubuntu-latest
5353
shell: bash

0 commit comments

Comments
 (0)