Skip to content

Commit 9b38acf

Browse files
Update main_ourumbraco.yml
1 parent 6c68913 commit 9b38acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_ourumbraco.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- name: Set up Node.js
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 22
33+
node-version: 17
3434
- name: Set npm Python version to 3
3535
working-directory: ./OurUmbraco.Client
36-
run: npm config set python python3
36+
run: npm config set python python3
3737
- name: Install npm prerequisites
3838
working-directory: ./OurUmbraco.Client
3939
run: npm install gulp jshint gulp-jshint

0 commit comments

Comments
 (0)