Skip to content

Commit 67ef10a

Browse files
author
jayeshmepani
committed
chore: remove Node 24 force flag and quiet down logs to resolve dashboard warnings
1 parent 574f9e5 commit 67ef10a

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9-
env:
10-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11-
129
jobs:
1310
test:
1411
runs-on: ${{ matrix.os }}

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
required: true
1111
type: string
1212

13-
env:
14-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
15-
1613
jobs:
1714
build-and-publish:
1815
name: Build and publish to PyPI

.github/workflows/release-prebuilt-libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070

7171
- name: Install build tools
72-
run: brew install autoconf automake libtool pkg-config || true
72+
run: brew install autoconf automake libtool pkg-config
7373

7474
- name: Compile shared library
7575
run: bash build/compile-macos.sh
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v4
9292

9393
- name: Install build tools
94-
run: brew install autoconf automake libtool pkg-config || true
94+
run: brew install autoconf automake libtool pkg-config
9595

9696
- name: Compile shared library
9797
run: bash build/compile-macos.sh

0 commit comments

Comments
 (0)