Skip to content

Commit ffdd31b

Browse files
authored
Merge pull request #203 from hookdeck/fix/test-npm-install-checkout
fix: add checkout step to test-npm-install workflow
2 parents ac37620 + 74c36bc commit ffdd31b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-npm-install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
platform: win32
100100
runs-on: ${{ matrix.os }}
101101
steps:
102+
- name: Checkout repository
103+
uses: actions/checkout@v4
104+
102105
- name: Set up Node.js
103106
uses: actions/setup-node@v4
104107
with:

0 commit comments

Comments
 (0)