Skip to content

Commit

Permalink
ci(Cypress): Constrain Node version to 18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 25, 2022
1 parent deea581 commit 56cd071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '18.2'

- name: Install
run: |
npm ci
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [2, "always", 200],
"subject-case": [
2,
"never",
Expand Down

0 comments on commit 56cd071

Please sign in to comment.