Skip to content

Commit aa538df

Browse files
authored
fix: added arborist action and updated template-oss (#4215)
- updated template-oss and manually added arborist ci - updated arborist ci to include path - fixed workspace reference and upgraded template-oss - upgraded template-oss properly
1 parent 5a87d19 commit aa538df

29 files changed

+165
-50
lines changed

.github/workflows/ci-libnpmaccess.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmaccess
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmaccess --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmdiff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmdiff
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmdiff --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmexec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmexec
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmexec --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmfund.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmfund
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmfund --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmhook
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmhook --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmorg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmorg
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmorg --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmpack
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmpack --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmpublish
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmpublish --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmsearch
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmsearch --ignore-scripts test -- -t600 -Rbase -c

.github/workflows/ci-libnpmteam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node ./bin/npm-cli.js install --ignore-scripts --no-audit
3131
node ./bin/npm-cli.js rebuild
3232
- name: Run linting
33-
run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33+
run: node ./bin/npm-cli.js run posttest -w workspaces/libnpmteam
3434
env:
3535
DEPLOY_VERSION: testing
3636

@@ -73,4 +73,4 @@ jobs:
7373
7474
# Run the tests, but not if we're just gonna do coveralls later anyway
7575
- name: Run Tap tests
76-
run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76+
run: node ./bin/npm-cli.js run -w workspaces/libnpmteam --ignore-scripts test -- -t600 -Rbase -c

0 commit comments

Comments
 (0)