We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c68913 commit 9b38acfCopy full SHA for 9b38acf
.github/workflows/main_ourumbraco.yml
@@ -30,10 +30,10 @@ jobs:
30
- name: Set up Node.js
31
uses: actions/setup-node@v3
32
with:
33
- node-version: 22
+ node-version: 17
34
- name: Set npm Python version to 3
35
working-directory: ./OurUmbraco.Client
36
- run: npm config set python python3
+ run: npm config set python python3
37
- name: Install npm prerequisites
38
39
run: npm install gulp jshint gulp-jshint
0 commit comments