Skip to content

Commit

Permalink
chore: try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Sep 27, 2024
1 parent 57c64e0 commit 4d35f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node env
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Install dependencies
working-directory: ./_dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'

- name: FrontOffice Theme `classic`
run: cd _dev && npm install && npm run scss-lint
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'

- name: Validate npm config
run: cd _dev && npm ci
Expand Down
1 change: 1 addition & 0 deletions _dev/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"stylelint-config-prestashop"
],
"rules": {
"selector-id-pattern": null,
"selector-max-id": null,
"selector-max-class": null,
"selector-max-type": null,
Expand Down

0 comments on commit 4d35f46

Please sign in to comment.