Skip to content

Commit

Permalink
Merge pull request #678 from oclif/ew/types
Browse files Browse the repository at this point in the history
fix: bump types
  • Loading branch information
iowillhoit authored Oct 3, 2023
2 parents 5820df6 + eb964aa commit 8af550d
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: yarn test:integration

unit-tests:
uses: oclif/github-workflows/.github/workflows/unitTest.yml@main
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/update-npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: lts/*
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: |
echo "package.json npm version: $(jq '.dependencies.npm' package.json)"
echo "package.json npm version: $(jq -r '.dependencies.npm' package.json)"
echo "GHA Node LTS npm version: $(npm -v)"
yarn add npm@$(npm -v)
- uses: salesforcecli/github-workflows/.github/actions/gitConfig@main
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"debug": "^4.3.4",
"http-call": "^5.2.2",
"load-json-file": "^5.3.0",
"npm": "9.6.7",
"npm": "9.8.1",
"npm-run-path": "^4.0.1",
"semver": "^7.5.4",
"shelljs": "^0.8.5",
Expand All @@ -23,10 +23,11 @@
"@oclif/plugin-help": "^5.2.18",
"@oclif/test": "^2.4.7",
"@types/chai": "^4.3.6",
"@types/glob": "^8.1.0",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.60",
"@types/semver": "^7.5.0",
"@types/shelljs": "^0.8.12",
"@types/shelljs": "^0.8.13",
"@types/supports-color": "^7.2.0",
"@types/validate-npm-package-name": "^4.0.0",
"chai": "^4.3.8",
Expand Down Expand Up @@ -86,4 +87,4 @@
"version": "oclif readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}
Loading

0 comments on commit 8af550d

Please sign in to comment.