We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e91c904 + 642c8e3 commit 57d5a5dCopy full SHA for 57d5a5d
1 file changed
.github/workflows/enterprise-dates.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Checkout repository code
35
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
36
37
+ - name: Install Node.js dependencies
38
+ run: npm ci
39
+
40
- name: Run script/update-enterprise-dates.js
41
run: |
42
script/update-enterprise-dates.js
0 commit comments