Skip to content

Commit

Permalink
chore(deps): update node.js to v16 (#86)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v16

* ci: set gh action tests to node version 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: KovacZan <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2021
1 parent 1f07742 commit e6b9453
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [ 16.x ]
env:
CORE_DB_DATABASE: ark_unitnet
CORE_DB_USERNAME: ark
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [ 16.x ]
env:
CORE_DB_DATABASE: ark_unitnet
CORE_DB_USERNAME: ark
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [ 16.x ]
env:
CORE_DB_DATABASE: ark_unitnet
CORE_DB_USERNAME: ark
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x ]
node-version: [ 16.x ]
env:
CORE_DB_DATABASE: ark_unitnet
CORE_DB_USERNAME: ark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x ]
node-version: [ 16.x ]
env:
CORE_DB_DATABASE: ark_unitnet
CORE_DB_USERNAME: ark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: https://registry.npmjs.org/
always-auth: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [ 16.x ]

steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 9 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Protokol nameserivce transaction support",
"engineStrict": true,
"engines": {
"node": "^12 || ^14",
"node": "^16.0.0",
"yarn": "^3.0.0"
},
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/eslint": "^7.2.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.31",
"@types/node": "^16.0.0",
"@types/prettier": "^2",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/hapi__boom": "^7.4.1",
"@types/hapi__joi": "^17.1.6",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.31",
"@types/node": "^16.0.0",
"@types/prettier": "^2.2.1",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@arkecosystem/core-test-framework": "^3.0.0",
"@sindresorhus/tsconfig": "~2.0.0",
"@types/jest": "~27.0.0",
"@types/node": "^14.14.31",
"@types/node": "^16.0.0",
"@types/rimraf": "^3.0.0",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@protokol/nameservice-crypto": "workspace:packages/nameservice-crypto"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/node": "^16.0.0",
"@types/rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"typedoc": "~0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nameservice-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/eslint": "^7.2.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.31",
"@types/node": "^16.0.0",
"@types/prettier": "^2.2.1",
"@types/rimraf": "^3.0.0",
"bip39": "3.0.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ __metadata:
"@types/hapi__boom": ^7.4.1
"@types/hapi__joi": ^17.1.6
"@types/jest": ^27.0.0
"@types/node": ^14.14.31
"@types/node": ^16.0.0
"@types/prettier": ^2.2.1
"@types/rimraf": ^3.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0
Expand Down Expand Up @@ -2222,7 +2222,7 @@ __metadata:
"@protokol/utils": ^1.0.0
"@sindresorhus/tsconfig": ~2.0.0
"@types/jest": ~27.0.0
"@types/node": ^14.14.31
"@types/node": ^16.0.0
"@types/rimraf": ^3.0.0
bytebuffer: ^5.0.1
codecov: ^3.8.1
Expand All @@ -2243,7 +2243,7 @@ __metadata:
"@arkecosystem/crypto": ^3.0.0
"@protokol/client": ^1.0.0
"@protokol/nameservice-crypto": "workspace:packages/nameservice-crypto"
"@types/node": ^14.14.31
"@types/node": ^16.0.0
"@types/rimraf": ^3.0.0
rimraf: ^3.0.2
typedoc: ~0.22.0
Expand All @@ -2267,7 +2267,7 @@ __metadata:
"@types/eslint": ^7.2.6
"@types/eslint-plugin-prettier": ^3.1.0
"@types/jest": ^27.0.0
"@types/node": ^14.14.31
"@types/node": ^16.0.0
"@types/prettier": ^2.2.1
"@types/rimraf": ^3.0.0
bip39: 3.0.4
Expand All @@ -2294,7 +2294,7 @@ __metadata:
"@types/eslint": ^7.2.6
"@types/eslint-plugin-prettier": ^3.1.0
"@types/jest": ^27.0.0
"@types/node": ^14.14.31
"@types/node": ^16.0.0
"@types/prettier": ^2
"@types/rimraf": ^3.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0
Expand Down Expand Up @@ -2787,10 +2787,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^14.14.31":
version: 14.17.6
resolution: "@types/node@npm:14.17.6"
checksum: 19b11f3c49689d1ffd2b7b534a49ab7daca18ce702cce9d9b5d28d60e79de94367339217f602053d0353170a9e02f7ad2d5cd796200977dc176d6d7ba376cf09
"@types/node@npm:^16.0.0":
version: 16.11.7
resolution: "@types/node@npm:16.11.7"
checksum: 2706403e6efc4aa40fdce8f0b5d9884d5600c3c8610aedc7fa5e7e298d30366f7e8b7296028d52898dca3edef4c3e827b03bf20952c4780f13fa4e79864f7a86
languageName: node
linkType: hard

Expand Down

0 comments on commit e6b9453

Please sign in to comment.