Skip to content

Commit 6551813

Browse files
chore: added setup-node
1 parent e34895d commit 6551813

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
- uses: actions/checkout@v2
7171
- run: make install
7272

73+
- name: Install Node.js, NPM and Yarn
74+
uses: actions/setup-node@v2
75+
with:
76+
node-version: 14
77+
7378
- name: NuGet Install
7479
uses: NuGet/setup-nuget@v1.0.5
7580
with:

0 commit comments

Comments
 (0)