Skip to content

Commit

Permalink
support nodejs_version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 15, 2025
1 parent 35c7fef commit a71cdd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "packages=$(./tools affected .github/config/nodejs-dev.jsonc diffs.txt)" | tee -a $GITHUB_OUTPUT

nodejs-test:
name: Node.js 20 test
name: Node.js ${{ matrix.package.setup.nodejs_version }} test
needs: affected
runs-on: ubuntu-latest
permissions:
Expand All @@ -63,14 +63,14 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.package.setup.nodejs_version }}
- uses: google-github-actions/auth@v2
with:
project_id: long-door-651
workload_identity_provider: projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
service_account: [email protected]
access_token_lifetime: 600s # 10 minutes
- if: matrix.package.secrets
- if: matrix.package.secrets != '[]'
uses: google-github-actions/get-secretmanager-secrets@v2
with:
secrets: ${{ join(matrix.package.secrets) }}
Expand Down

0 comments on commit a71cdd8

Please sign in to comment.