Skip to content

Commit

Permalink
fix: update ssr boost
Browse files Browse the repository at this point in the history
- update workflow node version
  • Loading branch information
MatthewPattell committed Apr 16, 2024
1 parent 4cd89d6 commit 908cd94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
node-version: ${{ needs.prepare.outputs.node-version }}

release:
needs: [build]
needs: [build,prepare]
uses: Lomray-Software/vite-ssr-boost/.github/workflows/ssr-boost-release.yml@prod
with:
has-release-asset: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
node-version: ${{ needs.prepare.outputs.node-version }}

# inject actual version to app (only demo)
# inject actual version to app
inject-version:
needs: [release]
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@lomray/react-head-manager": "^2.0.2",
"@lomray/react-mobx-manager": "^3.1.0",
"@lomray/react-route-manager": "^2.0.0",
"@lomray/vite-ssr-boost": "^2.3.5",
"@lomray/vite-ssr-boost": "^2.3.6",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"cookie-parser": "^1.4.6",
Expand Down

0 comments on commit 908cd94

Please sign in to comment.