Skip to content

Commit

Permalink
ci(deploy): update generated deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Jul 3, 2024
1 parent 751b73c commit 092789a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
repository: CrisisCleanup/infrastructure
ref: main
- name: Setup PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: pnpm
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
echo ::add-mask::${{secrets.AWS_ACCOUNT_ID_PRODUCTION}}
echo ::add-mask::${{secrets.AWS_ACCOUNT_ID_PRODUCTION_AU}}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
if: inputs.runner && !contains(inputs.runner, 'ubuntu')
Expand Down

0 comments on commit 092789a

Please sign in to comment.