Skip to content

Commit 8912481

Browse files
committed
Fix: set absolute TS_NODE_PROJECT path for CI build
1 parent b6b9e97 commit 8912481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
3434
- name: Build plugin
3535
run: npm run build
36+
env:
37+
TS_NODE_PROJECT: ${{ github.workspace }}/tsconfig.json
38+
NODE_OPTIONS: "--max-old-space-size=4096"
3639

3740
- name: Sign plugin
3841
run: npx @grafana/sign-plugin@latest

0 commit comments

Comments
 (0)