Skip to content

Commit 6c68913

Browse files
Update main_ourumbraco.yml
1 parent 390ccd9 commit 6c68913

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main_ourumbraco.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ jobs:
3131
uses: actions/setup-node@v3
3232
with:
3333
node-version: 22
34-
- name: Install npm 8 instead of 10 so we can set the Python version
35-
working-directory: ./OurUmbraco.Client
36-
run: npm install npm@^8
3734
- name: Set npm Python version to 3
3835
working-directory: ./OurUmbraco.Client
39-
run: npm config set python python3
40-
- name: Install npm prerequisites node-gyp
36+
run: npm config set python python3
37+
- name: Install npm prerequisites
4138
working-directory: ./OurUmbraco.Client
42-
run: npm install node-gyp gulp jshint gulp-jshint
39+
run: npm install gulp jshint gulp-jshint
4340
- name: npm install
4441
working-directory: ./OurUmbraco.Client
4542
run: npm install

0 commit comments

Comments
 (0)