Skip to content

Commit b168871

Browse files
committed
refactor: use node 12
1 parent bb86dae commit b168871

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- name: Use Node.js 10.x
24+
- name: Use Node.js 12.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: "10.x"
27+
node-version: "12.x"
2828

2929
- name: Install
3030
run: |

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- name: Use Node.js 10.x
24+
- name: Use Node.js 12.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: "10.x"
27+
node-version: "12.x"
2828

2929
- name: Install
3030
run: |

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.16.1

0 commit comments

Comments
 (0)