Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 11, 2025
1 parent 42f0f15 commit 2bc923a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centrifuge-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '20
node-version: '20'
cache: yarn

- name: set PR function values
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
# Cancel any staging or prod deployment on-going
# in favor of this new pre-release
group: production-deployment
cancel-in-progress: true
cancel-in-progress: false

jobs:
app-staging:
Expand Down

0 comments on commit 2bc923a

Please sign in to comment.