Skip to content

Commit

Permalink
Merge branch 'iia/nodeBump' into pl/node20-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Inshaal93 committed Mar 25, 2024
2 parents 2311f59 + cf497fb commit 1301ade
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
env:
NODE_ENV: production
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: google-github-actions/setup-gcloud@v0
- uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.ETCH_DEMO_PROJECT }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Deploy the app
env:
ETCH_DEMO_PROJECT: ${{ secrets.ETCH_DEMO_PROJECT }}
Expand Down

0 comments on commit 1301ade

Please sign in to comment.