diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 82eab17..d7e6dbc 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -17,6 +17,8 @@ jobs: bump: name: Create Tag runs-on: ubuntu-latest + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true permissions: contents: write steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14a60df..6105651 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: test: name: Test (${{ matrix.os }}) runs-on: ${{ matrix.os }} + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] @@ -30,6 +32,8 @@ jobs: name: Build runs-on: ubuntu-latest needs: test + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true strategy: matrix: os: [linux, darwin, windows] @@ -59,6 +63,8 @@ jobs: runs-on: ubuntu-latest needs: build if: startsWith(github.ref, 'refs/tags/v') + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true permissions: contents: write steps: diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index 60804ef..4333ac1 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -13,6 +13,8 @@ jobs: build: name: Build (${{ matrix.os }}/${{ matrix.arch }}) runs-on: ubuntu-latest + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true strategy: matrix: os: [linux, darwin, windows] @@ -43,6 +45,8 @@ jobs: name: Upload to Release runs-on: ubuntu-latest needs: build + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true permissions: contents: write steps: