Skip to content

Commit 98e35f0

Browse files
committed
Update ci.yml
1 parent 2847dbb commit 98e35f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Setup .NET Core
11-
uses: actions/setup-dotnet@v1.4.0
11+
uses: actions/setup-dotnet@v1
1212
with:
1313
dotnet-version: 5.0.100
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1.1.0
15+
uses: actions/setup-node@v2
1616
with:
17-
version: 12.16.1
17+
node-version: '12'
1818
- name: Build Api
1919
run: |
2020
cd ./backend

0 commit comments

Comments
 (0)