Skip to content

Commit 10842b4

Browse files
committed
update deps for next major
1 parent 9bb4331 commit 10842b4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/on-push-publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
- run: npm install
1717
- run: npm test
1818
- uses: JS-DevTools/npm-publish@v1

.github/workflows/version-bump-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config user.email github-actions@github.com
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 14
24+
node-version: 16
2525
- run: |
2626
npm install
2727
npm test

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-console/issues",
77
"dependencies": {
8-
"@adobe/aio-cli-lib-console": "^3.3.0",
9-
"@adobe/aio-lib-core-config": "^2.0.0",
10-
"@adobe/aio-lib-core-logging": "^1.1.0",
11-
"@adobe/aio-lib-env": "^1.1.0",
12-
"@adobe/aio-lib-ims": "^5.0.0",
8+
"@adobe/aio-cli-lib-console": "^4.0.0",
9+
"@adobe/aio-lib-core-config": "^3.0.0",
10+
"@adobe/aio-lib-core-logging": "^2.0.0",
11+
"@adobe/aio-lib-env": "^2.0.0",
12+
"@adobe/aio-lib-ims": "^6.0.0",
1313
"@oclif/core": "^1.4.0",
1414
"js-yaml": "^3.13.1"
1515
},

0 commit comments

Comments
 (0)