Skip to content

Commit 67b63fe

Browse files
committed
Pin module versions.
1 parent e608eeb commit 67b63fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
registry-url: https://registry.npmjs.org/
2222

2323
- name: Rush CLI
24-
run: npm install -g @microsoft/rush
24+
run: npm install -g @microsoft/rush@5.50.0
2525

2626
- name: Rush Install
27-
uses: advancedcsg-open/actions-rush@v1.0.1
27+
uses: advancedcsg-open/actions-rush@v1.4.5
2828

2929
- name: Rush Build
3030
run: rush build

0 commit comments

Comments
 (0)