Skip to content

Commit

Permalink
chore!: end support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed May 31, 2023
1 parent c279cd2 commit 212f5e5
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devpackpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-node-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- name: yarn install
run: yarn install --immutable
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Log out node version
run: node --version
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- uses: actions/download-artifact@v3
with:
name: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-polkadot-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
required: ['required']
include:
- node-version: 16.x
- node-version: 18.x
required: 'optional'

continue-on-error: ${{ matrix.required == 'optional' }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: 'yarn'
- name: yarn install
run: yarn install --immutable
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- uses: actions/download-artifact@v3
with:
name: build
Expand All @@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16]
node-version: [16]
required: ['required']
include:
- node-version: 18
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Log out node version
run: node --version
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- uses: actions/download-artifact@v3
with:
name: build
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/augment-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": "github:kiltprotocol/sdk-js",
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"author": "",
"license": "BSD-4-Clause",
Expand Down

0 comments on commit 212f5e5

Please sign in to comment.