We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66deb commit ec6d941Copy full SHA for ec6d941
2 files changed
.github/workflows/deploy-pages.yml
@@ -29,6 +29,8 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- uses: pnpm/action-setup@v4
32
+ with:
33
+ package_json_file: frontend/package.json
34
35
- uses: actions/setup-node@v4
36
with:
.github/workflows/release.yml
@@ -53,6 +53,8 @@ jobs:
53
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
54
- uses: swatinem/rust-cache@v2
55
56
57
58
59
60
node-version: lts/*
0 commit comments