Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/generator-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
with:
node-version: 24.x

- name: Install Node dependencies with npm
run: npm install
working-directory: core/generator/gapic-generator-typescript
- name: Install global CLI tools
run: npm install -g @bazel/bazelisk pnpm@10.0.0 --silent

- name: Strip local GCC 15 flags for CI
working-directory: core/generator/gapic-generator-typescript
Expand Down Expand Up @@ -85,7 +84,6 @@ jobs:
shell: bash
run: |
set -ex
npm install -g pnpm@10.0.0 --silent
cp ../../../.mocharc.cjs .
unzip ~/artifacts/outputs.zip -d library
FAIL=0
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-api-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
- run: npm install
- run: npm run generate
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
- run: pnpm install
- run: pnpm run generate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: googleapis/code-suggester@f9fef85aa02459e30e62526abe950341cbbd768b # v5
Expand Down
Loading
Loading