Skip to content

Commit e4cc715

Browse files
authored
Merge pull request #679 from thornbill/node-20
2 parents e0d9dd7 + 32bdb6e commit e4cc715

7 files changed

+8
-8
lines changed

.github/workflows/code-quality.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
check-latest: true
2727
cache: npm
2828

@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Node.js
4444
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4545
with:
46-
node-version: 16
46+
node-version: 20
4747
check-latest: true
4848
cache: npm
4949

.github/workflows/sdk-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1919
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2020
with:
21-
node-version: 16
21+
node-version: 20
2222
- uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
2323
- name: Run build
2424
run: |

.github/workflows/sdk-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2020
with:
21-
node-version: 16
21+
node-version: 20
2222
check-latest: true
2323
cache: npm
2424
registry-url: https://registry.npmjs.org

.github/workflows/sdk-unstable-branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2727
with:
28-
node-version: 16
28+
node-version: 20
2929
check-latest: true
3030
cache: npm
3131

.github/workflows/sdk-unstable-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
check-latest: true
2727
cache: npm
2828
registry-url: https://registry.npmjs.org

.github/workflows/sdk-update-api-spec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1818
with:
19-
node-version: 16
19+
node-version: 20
2020
check-latest: true
2121
cache: npm
2222

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2626
with:
27-
node-version: 16
27+
node-version: 20
2828
check-latest: true
2929
cache: npm
3030

0 commit comments

Comments
 (0)