Skip to content

Commit 642c8e3

Browse files
authored
Continued butchering of adding this workflow (github#19089)
1 parent c78c8ae commit 642c8e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/enterprise-dates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Checkout repository code
3535
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
3636

37+
- name: Install Node.js dependencies
38+
run: npm ci
39+
3740
- name: Run script/update-enterprise-dates.js
3841
run: |
3942
script/update-enterprise-dates.js

0 commit comments

Comments
 (0)