Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixup! chore: pin github actions
  • Loading branch information
aduh95 committed Jun 15, 2025
commit 15a8836bd2f859f076272d18df65db4865097db6
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
name: Test on Node.js
uses: aduh95/action/.github/workflows/node-test.yaml@d214a4b759a3579c639a3b3126704d1b67d780f5 # v0.1.10
with:
actions-repository: aduh95/action
actions-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
action-repository: aduh95/action
action-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
runs-on: ubuntu-latest, macos-latest
test-command: npm run coverage:ci
post-test-steps: |
Expand Down
Loading