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 bb86dae commit b168871Copy full SHA for b168871
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
with:
22
persist-credentials: false
23
24
- - name: Use Node.js 10.x
+ - name: Use Node.js 12.x
25
uses: actions/setup-node@v1
26
27
- node-version: "10.x"
+ node-version: "12.x"
28
29
- name: Install
30
run: |
.github/workflows/pr.yml
.nvmrc
@@ -0,0 +1 @@
1
+12.16.1
0 commit comments