Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1a4e73495 | ||
|
|
83858b7236 |
@@ -49,7 +49,7 @@ install_op_cli() {
|
|||||||
echo "::debug::OP_INSTALL_DIR: ${OP_INSTALL_DIR}"
|
echo "::debug::OP_INSTALL_DIR: ${OP_INSTALL_DIR}"
|
||||||
|
|
||||||
# Get the latest stable version of the CLI
|
# Get the latest stable version of the CLI
|
||||||
OP_CLI_VERSION="v$(curl https://app-updates.agilebits.com/check/1/0/CLI2/en/2.0.0/N -s | jq -r .version)"
|
OP_CLI_VERSION="v$(curl https://app-updates.agilebits.com/check/1/0/CLI2/en/2.0.0/N -s | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')"
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||||
# Get runner's architecture
|
# Get runner's architecture
|
||||||
|
|||||||
2046
package-lock.json
generated
2046
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -44,13 +44,13 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@1password/front-end-style": "^6.0.1",
|
"@1password/front-end-style": "^6.0.1",
|
||||||
"@types/jest": "^29.5.0",
|
"@types/jest": "^29.5.2",
|
||||||
"@types/node": "^18.15.10",
|
"@types/node": "^18.16.19",
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.36.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"jest": "^29.5.0",
|
"jest": "^29.6.1",
|
||||||
"lint-staged": "^13.2.0",
|
"lint-staged": "^13.2.3",
|
||||||
"ts-jest": "^29.0.5",
|
"ts-jest": "^29.1.1",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user