0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: update core dependencies (#4035)

* fix: update core dependencies

* remove node 12 ci

* test

* add files

* Update e2e-angular-cli-workflow.yml

* Update e2e-jest-workflow.yml
This commit is contained in:
Juan Picado 2023-09-24 13:01:29 +02:00 committed by GitHub
parent a363707c7b
commit bd0d0291b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
293 changed files with 2879 additions and 2052 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12, 14, 16, 18, 19]
node_version: [14, 16, 18, 19]
runs-on: ubuntu-latest
@ -24,14 +24,10 @@ jobs:
- name: Format
run: yarn format:check
- name: Lint
## eslint does not support node 12
if: "!contains(matrix.node_version, '12')"
run: yarn lint
- name: Build
run: yarn build
- name: Types
run: yarn code:types
- name: Test
## jest does not support node 12
if: "!contains(matrix.node_version, '12')"
run: yarn test

View file

@ -128,7 +128,7 @@ jobs:
- name: 'Use Node.js 18.x'
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 20.x
node-version: 18.x
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'

View file

@ -148,7 +148,7 @@ jobs:
- name: 'Use Node.js 18.x'
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 20.x
node-version: 18.x
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'

View file

@ -3,10 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- 5.x
schedule:
# run every sunday
- cron: '0 0 * * 0'
- 5.x
permissions:
contents: read
jobs:
@ -15,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: 18
node-version: 14
- name: Docker test
run: |
docker run -d -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio:5

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Use Node (latest)
- name: Use Node
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 12

4829
.pnp.cjs generated

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,7 @@
/website/public/
/website/src/dictionaries/
CHANGELOG.md
README.md
CONTRIBUTORS.md
node_modules/
**/coverage/**

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more