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:
Diffstat (limited to '.github/workflows/ci-libnpmversion.yml')
-rw-r--r--.github/workflows/ci-libnpmversion.yml10
1 files changed, 5 insertions, 5 deletions
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