Skip to content

Commit

Permalink
Revert "chore(deps): update dependency chromedriver to v117.0.1" (#591)
Browse files Browse the repository at this point in the history
* Revert "chore(deps): update dependency chromedriver to v117.0.1 (#589)"

This reverts commit a23084d.

* Update nodejs.yml to use salesforce ubuntu

* Update nodejs.yml

* Update package.json
  • Loading branch information
navateja-alagam authored Oct 24, 2023
1 parent a23084d commit e04098a
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
os:
- ubuntu-latest
Expand Down Expand Up @@ -53,10 +54,10 @@ jobs:
with:
fetch-depth: 0 # Need all git history & tags to determine next release version.
persist-credentials: false
- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"release:version:auto": "yarn release:version --conventional-commits --no-changelog && yarn build:clean",
"release:publish": "yarn test:clean && lerna publish from-package",
"test": "jest --coverage --runInBand",
"test:ci": "yarn lint:all:except:depgraph && yarn test --ci --reporters=default --reporters=jest-junit && yarn test:wdio",
"test:ci": "yarn lint:all:except:depgraph && yarn test --ci --reporters=default --reporters=jest-junit",
"test:clean": "yarn build:clean && yarn test:ci",
"test:debug": "SA11Y_DEBUG=1 node --inspect node_modules/.bin/jest --runInBand --watch",
"test:watch": "jest --watch",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@wdio/local-runner": "7.32.4",
"@wdio/spec-reporter": "7.31.1",
"babel-jest": "28.1.3",
"chromedriver": "117.0.1",
"chromedriver": "115.0.1",
"commitizen": "4.3.0",
"conventional-changelog-cli": "2.2.2",
"cspell": "6.31.3",
Expand Down Expand Up @@ -111,6 +111,6 @@
"webdriverio": "7.32.4"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/browser-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/preset-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/test-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@sa11y/wdio": "5.1.0"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@jest/globals": "28.1.3"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
2 changes: 1 addition & 1 deletion packages/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"access": "public"
},
"engines": {
"node": "^18"
"node": "^16 || ^18"
}
}
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e04098a

Please sign in to comment.