Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Inshaal93 committed Mar 25, 2024
1 parent 3efddc4 commit cf497fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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: 16
- uses: google-github-actions/setup-gcloud@v0
node-version: 20
- 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 cf497fb

Please sign in to comment.