Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Make tarball
run: |
export DISTTYPE=nightly
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Download tarball
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Install gcovr
run: pip install gcovr==7.2
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Install gcovr
run: pip install gcovr==7.2
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
rustup override set "$RUSTC_VERSION"
rustup --version
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build
run: ./vcbuild.bat clang-cl v8temporal
# TODO(bcoe): investigate tests that fail with coverage enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-wpt-fyi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0

# install a version and checkout
- name: Get latest nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build lto
run: |
sudo apt-get update && sudo apt-get install ninja-build -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build
run: NODE=$(command -v node) make doc-only
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Lint addon docs
run: NODE=$(command -v node) make lint-addon-docs
lint-cpp:
Expand All @@ -49,7 +49,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Lint C/C++ files
run: make lint-cpp
format-cpp:
Expand All @@ -70,7 +70,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Format C/C++ files
run: |
make format-cpp-build
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Lint JavaScript files
run: |
set +e
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Lint Python
run: |
make lint-py-build
Expand All @@ -208,7 +208,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
allow-prereleases: true
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Lint YAML
run: |
make lint-yaml-build || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-internet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
- name: Test Internet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build
working-directory: node
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support --experimental-quic"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
- name: Build
working-directory: node
run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
version: v0.16.0
- name: Environment Information
run: npx envinfo
run: npx envinfo@7.21.0
# The `npm ci` for this step fails a lot as part of the Test step. Run it
# now so that we don't have to wait 2 hours for the Build step to pass
# first before that failure happens. (And if there's something about
Expand Down
Loading