We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390ccd9 commit 6c68913Copy full SHA for 6c68913
.github/workflows/main_ourumbraco.yml
@@ -31,15 +31,12 @@ jobs:
31
uses: actions/setup-node@v3
32
with:
33
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
37
- name: Set npm Python version to 3
38
working-directory: ./OurUmbraco.Client
39
- run: npm config set python python3
40
- - name: Install npm prerequisites node-gyp
+ run: npm config set python python3
+ - name: Install npm prerequisites
41
42
- run: npm install node-gyp gulp jshint gulp-jshint
+ run: npm install gulp jshint gulp-jshint
43
- name: npm install
44
45
run: npm install
0 commit comments