We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6da203 commit f0ed528Copy full SHA for f0ed528
.github/workflows/main_ourumbraco.yml
@@ -31,15 +31,15 @@ jobs:
31
uses: actions/setup-node@v3
32
with:
33
node-version: 22
34
- - name: Install npm dependencies
35
- working-directory: ./OurUmbraco.Client
36
- run: npm install
37
- - name: Install gulp prerequisites
38
39
- run: npm install --save-dev jshint gulp-jshint
40
- name: Install gulp
41
working-directory: ./OurUmbraco.Client
42
- run: npm install gulp
+ run: npm install gulp
+ - name: Install helpers
+ working-directory: ./OurUmbraco.Client
+ run: npm install --save-dev jshint gulp-jshint
+ - name: npm install
+ run: npm install
43
- name: Rebuild node-sass
44
45
run: npm rebuild node-sass
0 commit comments