Skip to content

Commit

Permalink
feat(workspaces): update supported node engines in package.json (npm#…
Browse files Browse the repository at this point in the history
…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`
  • Loading branch information
lukekarrys committed Sep 8, 2022
1 parent fe926ed commit e95017a
Show file tree
Hide file tree
Showing 30 changed files with 154 additions and 154 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmaccess.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmdiff.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmexec.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmfund.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmhook.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmorg.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmpack.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmpublish.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmsearch.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmteam.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-libnpmversion.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-npmcli-arborist.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand All @@ -42,12 +42,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -22,7 +22,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "3.8.1",
"@npmcli/template-oss": "4.0.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -59,6 +59,6 @@
"ciVersions": [
"16"
],
"version": "3.8.1"
"version": "4.0.0"
}
}

0 comments on commit e95017a

Please sign in to comment.