Skip to content

Commit

Permalink
chore: last bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 24, 2024
1 parent d7c6774 commit e8f4cce
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
outputs:
branch-name: ${{ steps.set-branch-name.outputs.branch-name }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22.2.0"
- uses: actions/checkout@v3
cache: "yarn"
- uses: rharkor/[email protected]
- uses: actions/cache@v3
id: yarn-cache
Expand Down Expand Up @@ -61,15 +62,15 @@ jobs:
needs:
- build-and-test
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "22.2.0"
registry-url: "https://registry.npmjs.org"
scope: "@rocket.chat"
cache: "yarn"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/cache@v3
id: yarn-cache
with:
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
name: github-pages
url: "https://rocketchat.github.io/fuselage/fuselage/${{ needs.build-and-test.outputs.branch-name }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: gh-pages
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit e8f4cce

Please sign in to comment.