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 ceccd47 commit e1cf4fbCopy full SHA for e1cf4fb
.github/workflows/cd.yml
@@ -20,6 +20,11 @@ jobs:
20
with:
21
fetch-depth: 0 # Fetch all branches
22
23
+ - name: Set up Node.js
24
+ uses: actions/setup-node@v2
25
+ with:
26
+ node-version: '14'
27
+
28
- name: Install modules
29
run: npm install --no-audit
30
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
31
0 commit comments