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 0bdc089 commit ee404bdCopy full SHA for ee404bd
.github/workflows/build.yml
@@ -21,7 +21,9 @@ jobs:
21
- uses: actions/checkout@v2
22
with:
23
fetch-depth: 0
24
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
25
+ with:
26
+ node-version: 12.13.0
27
- uses: actions/cache@v2
28
29
path: '**/node_modules'
@@ -39,7 +41,7 @@ jobs:
39
41
needs: [lint]
40
42
steps:
43
44
45
- name: Cache node_modules
46
uses: actions/cache@v2
47
@@ -65,7 +67,7 @@ jobs:
65
67
66
68
69
persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release
70
71
72
node-version: 12.13.0
73
0 commit comments