Skip to content

Commit

Permalink
Updating to latest deploy action which requires upgrading to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
travjenkins committed Nov 29, 2023
1 parent 40e415f commit af8c0d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
registry-url: 'https://npm.pkg.github.com'
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand All @@ -105,7 +105,7 @@ jobs:

# This was generated via `setup-workload-ident.sh` in the ops repo.
- name: Set up Google Cloud SDK
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v3
with:
service_account: [email protected]
workload_identity_provider: projects/1084703453822/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider
Expand Down

0 comments on commit af8c0d6

Please sign in to comment.