Skip to content

Commit

Permalink
Merge pull request #4480 from JoeRobich/use-node-15
Browse files Browse the repository at this point in the history
Use node v15 in CI
  • Loading branch information
JoeRobich authored Apr 6, 2021
2 parents 21fd01b + fa6eac4 commit 6da0831
Show file tree
Hide file tree
Showing 5 changed files with 1,272 additions and 3,628 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
dotnet-version: 3.1.x

- name: Install Node.js 12.x
- name: Install Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '15.x'

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Node.js 12.x
- name: Install Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '15.x'

- name: Install dependencies
run: |
Expand Down
Loading

0 comments on commit 6da0831

Please sign in to comment.