Skip to content

Commit

Permalink
update deps for next major
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Aug 20, 2022
1 parent 9bb4331 commit 10842b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.email github-actions@github.com
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: |
npm install
npm test
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-console/issues",
"dependencies": {
"@adobe/aio-cli-lib-console": "^3.3.0",
"@adobe/aio-lib-core-config": "^2.0.0",
"@adobe/aio-lib-core-logging": "^1.1.0",
"@adobe/aio-lib-env": "^1.1.0",
"@adobe/aio-lib-ims": "^5.0.0",
"@adobe/aio-cli-lib-console": "^4.0.0",
"@adobe/aio-lib-core-config": "^3.0.0",
"@adobe/aio-lib-core-logging": "^2.0.0",
"@adobe/aio-lib-env": "^2.0.0",
"@adobe/aio-lib-ims": "^6.0.0",
"@oclif/core": "^1.4.0",
"js-yaml": "^3.13.1"
},
Expand Down

0 comments on commit 10842b4

Please sign in to comment.