Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-09-08 23:05:53 +0300
committerGitHub <noreply@github.com>2022-09-08 23:05:53 +0300
commite95017a07b041cbb3293e659dad853f76462c108 (patch)
tree2f6553523b7cbf6ce8374b3801e6c1f6763148f7 /.github
parentfe926eddf98459e1fcb0ffd011ce7703da14928c (diff)
feat(workspaces): update supported node engines in package.json (#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`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-libnpmaccess.yml10
-rw-r--r--.github/workflows/ci-libnpmdiff.yml10
-rw-r--r--.github/workflows/ci-libnpmexec.yml10
-rw-r--r--.github/workflows/ci-libnpmfund.yml10
-rw-r--r--.github/workflows/ci-libnpmhook.yml10
-rw-r--r--.github/workflows/ci-libnpmorg.yml10
-rw-r--r--.github/workflows/ci-libnpmpack.yml10
-rw-r--r--.github/workflows/ci-libnpmpublish.yml10
-rw-r--r--.github/workflows/ci-libnpmsearch.yml10
-rw-r--r--.github/workflows/ci-libnpmteam.yml10
-rw-r--r--.github/workflows/ci-libnpmversion.yml10
-rw-r--r--.github/workflows/ci-npmcli-arborist.yml10
-rw-r--r--.github/workflows/release-please.yml6
13 files changed, 63 insertions, 63 deletions
diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml
index 1aa37ba12..6f27d9555 100644
--- a/.github/workflows/ci-libnpmaccess.yml
+++ b/.github/workflows/ci-libnpmaccess.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml
index e02318aa5..daba1324d 100644
--- a/.github/workflows/ci-libnpmdiff.yml
+++ b/.github/workflows/ci-libnpmdiff.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmexec.yml b/.github/workflows/ci-libnpmexec.yml
index 1cc71e7b6..e7cd77124 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmfund.yml b/.github/workflows/ci-libnpmfund.yml
index cf8ed0b15..268db59da 100644
--- a/.github/workflows/ci-libnpmfund.yml
+++ b/.github/workflows/ci-libnpmfund.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmhook.yml b/.github/workflows/ci-libnpmhook.yml
index e924aba6d..81eb7fe68 100644
--- a/.github/workflows/ci-libnpmhook.yml
+++ b/.github/workflows/ci-libnpmhook.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmorg.yml b/.github/workflows/ci-libnpmorg.yml
index bdfec9eb6..26e5a26dd 100644
--- a/.github/workflows/ci-libnpmorg.yml
+++ b/.github/workflows/ci-libnpmorg.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmpack.yml b/.github/workflows/ci-libnpmpack.yml
index 108a5fd1d..4bd344e76 100644
--- a/.github/workflows/ci-libnpmpack.yml
+++ b/.github/workflows/ci-libnpmpack.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmpublish.yml b/.github/workflows/ci-libnpmpublish.yml
index d5a744b4b..cad4ea600 100644
--- a/.github/workflows/ci-libnpmpublish.yml
+++ b/.github/workflows/ci-libnpmpublish.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml
index 98cd4a1fd..83341b465 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmteam.yml b/.github/workflows/ci-libnpmteam.yml
index 59252e88b..38d77d209 100644
--- a/.github/workflows/ci-libnpmteam.yml
+++ b/.github/workflows/ci-libnpmteam.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-libnpmversion.yml b/.github/workflows/ci-libnpmversion.yml
index 1ec356465..023fd8b7a 100644
--- a/.github/workflows/ci-libnpmversion.yml
+++ b/.github/workflows/ci-libnpmversion.yml
@@ -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
@@ -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
diff --git a/.github/workflows/ci-npmcli-arborist.yml b/.github/workflows/ci-npmcli-arborist.yml
index 7b92a0da4..d2c83de9e 100644
--- a/.github/workflows/ci-npmcli-arborist.yml
+++ b/.github/workflows/ci-npmcli-arborist.yml
@@ -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
@@ -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
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index 42c997281..a61f5dbb8 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -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
@@ -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
@@ -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