Skip to content

Commit d36463e

Browse files
committed
chore: bump deps (major), relax node to 14.16 for runtime
1 parent 5cd7ffe commit d36463e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x, 16.x]
17+
node-version: [14.x, 16.x]
1818
os: [ubuntu-latest, windows-latest]
1919

2020
steps:

.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: 10
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 [email protected]
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 10
24+
node-version: 16
2525
- run: |
2626
npm install
2727
npm test

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Adobe Inc.",
2121
"license": "Apache-2.0",
2222
"engines": {
23-
"node": "^14.18 || ^16.13 || >=18"
23+
"node": "^14.16 || ^16.13 || >=18"
2424
},
2525
"repository": "adobe/aio-lib-state",
2626
"keywords": [
@@ -51,9 +51,9 @@
5151
"tsd-jsdoc": "^2.4.0"
5252
},
5353
"dependencies": {
54-
"@adobe/aio-lib-core-errors": "^3.0.0",
55-
"@adobe/aio-lib-core-logging": "^1.1.2",
56-
"@adobe/aio-lib-core-tvm": "^2.0.0",
54+
"@adobe/aio-lib-core-errors": "^3.1.0",
55+
"@adobe/aio-lib-core-logging": "^2.0.0",
56+
"@adobe/aio-lib-core-tvm": "^3.0.0",
5757
"@azure/cosmos": "^3.5.0",
5858
"joi": "^17.4.2",
5959
"lodash.clonedeep": "^4.5.0"

0 commit comments

Comments
 (0)