Skip to content

Commit

Permalink
Merge branch 'next' into feat/fs-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
traeok authored Apr 18, 2024
2 parents bb4f232 + 77a78fd commit 3eac1a3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: lts/*

- run: |
npm install -g pnpm
npm install -g pnpm@9
pnpm install
- name: Check Vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Make pnpm available for Changelog Checks
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@9

- name: Check Changelog Updated
uses: awharn/check_changelog_action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circular-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: lts/*

- run: |
npm install -g pnpm
npm install -g pnpm@9
pnpm install
- name: Run madge to check for circular dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: '18.x'

- name: Install pnpm and Lerna
run: npm install -g pnpm lerna@6
run: npm install -g pnpm@9 lerna@6

- name: Build Source
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 18

- run: |
npm install -g pnpm
npm install -g pnpm@9
pnpm install
- run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zowe-explorer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: ${{ matrix.node-version }}

# install pnpm
- run: npm install -g pnpm
- run: npm install -g pnpm@9

- run: pnpm config set network-timeout 60000 && pnpm install && pnpm build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zowe-explorer-ftp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: ${{ matrix.node-version }}

# install pnpm
- run: npm install -g pnpm
- run: npm install -g pnpm@9

- run: pnpm config set network-timeout 60000 && pnpm install && pnpm build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zowe-explorer-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: ${{ matrix.node-version }}

# install pnpm
- run: npm install -g pnpm
- run: npm install -g pnpm@9

- run: pnpm config set network-timeout 60000 && pnpm i
- run: pnpm --filter "zowe-explorer-api" build
Expand Down

0 comments on commit 3eac1a3

Please sign in to comment.