We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fd01b commit 8406f89Copy full SHA for 8406f89
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
with:
23
dotnet-version: 3.1.x
24
25
- - name: Install Node.js 12.x
+ - name: Install Node.js 15.x
26
uses: actions/setup-node@v1
27
28
- node-version: '12.x'
+ node-version: '15.x'
29
30
- name: Install dependencies
31
run: |
.github/workflows/release-ci.yml
@@ -11,10 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
14
15
16
17
18
19
20
0 commit comments