Skip to content

Commit

Permalink
ubuntu pin gh actions (#276)
Browse files Browse the repository at this point in the history
* ubuntu pin

* ubuntu pin

* Update .gitignore

* Update e2e-ci.yml

* Update e2e-ci.yml

* Update e2e-ci.yml

* Update e2e-ci.yml

* add yarn 4
  • Loading branch information
juanpicado authored Apr 25, 2024
1 parent 482a62a commit 7d1d237
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-plugins-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-proxy-apache-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-proxy-nginx-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkg: [npm6, npm7, npm8, npm9, npm10, pnpm6, pnpm7, pnpm8, yarn1, yarn2, yarn3]
pkg: [npm6, npm7, npm8, npm9, npm10, pnpm7, pnpm9, yarn1, yarn2, yarn3, yarn4]
node: [18]
name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }}
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build
storage
.DS_Store
videos/
screenshots/
screenshots/
.idea/
24 changes: 24 additions & 0 deletions e2e/cli/e2e-yarn4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @verdaccio/e2e-cli-yarn4

## 1.0.1

### Patch Changes

- 351aeeaa8: fix(deps): @verdaccio/utils should be a prod dep of local-storage
- Updated dependencies [351aeeaa8]
- Updated dependencies [d167f92e1]
- Updated dependencies [c383eb68c]
- @verdaccio/test-cli-commons@1.1.0

## 1.0.1-6-next.7

### Patch Changes

- Updated dependencies [c383eb68]
- @verdaccio/test-cli-commons@1.1.0-6-next.7

## 1.0.1-6-next.6

### Patch Changes

- Updated dependencies [d167f92e]
- @verdaccio/test-cli-commons@1.1.0-6-next.6

## 1.0.1-6-next.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/cli/e2e-yarn4/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.1-6-next.5",
"version": "1.0.1",
"dependencies": {
"@yarnpkg/cli-dist": "4.1.0",
"@yarnpkg/cli-dist": "4.1.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d1d237

Please sign in to comment.