Skip to content

Commit 6da0831

Browse files
authored
Merge pull request #4480 from JoeRobich/use-node-15
Use node v15 in CI
2 parents 21fd01b + fa6eac4 commit 6da0831

File tree

5 files changed

+1272
-3628
lines changed

5 files changed

+1272
-3628
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
dotnet-version: 3.1.x
2424

25-
- name: Install Node.js 12.x
25+
- name: Install Node.js 15.x
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: '12.x'
28+
node-version: '15.x'
2929

3030
- name: Install dependencies
3131
run: |

.github/workflows/release-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Install Node.js 12.x
14+
- name: Install Node.js 15.x
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '15.x'
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)