0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

chore: update ci settings

This commit is contained in:
Juan Picado 2023-05-07 13:57:49 +02:00
parent 9e466946b8
commit 807baba858

View file

@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: 'Use Node.js 14.x'
- name: 'Use Node.js 16.x'
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 14.x
node-version: 16.x
- name: 'install latest npm'
run: npm i -g npm@latest-6
- name: Install Dependencies
@ -51,10 +51,10 @@ jobs:
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: 'Use Node.js 14.x'
- name: 'Use Node.js 16.x'
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 14.x
node-version: 16.x
- name: 'install latest npm'
run: npm i -g npm@next-7
- name: Install Dependencies