Update node.js.yml

This commit is contained in:
Ichitux
2026-03-13 15:45:05 +01:00
committed by GitHub
parent a89159f081
commit 09adbf2964

View File

@@ -28,12 +28,6 @@ jobs:
output: test-summary.md
if: always()
- name: Upload test summary
uses: actions/upload-artifact@v3
with:
name: test-summary
path: test-summary.md
if: always()
- name: Use checkout repository
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}