Skip to content

Commit 6cfea82

Browse files
committed
ci: use Node.js v12.x
1 parent 13ebede commit 6cfea82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@master
18-
- name: Use Node.js 10.x
18+
- name: Use Node.js 12.x
1919
uses: actions/setup-node@v1
2020
with:
21-
version: 10.x
21+
version: 12.x
2222
- name: npm install, build, and test
2323
run: |
2424
npm install

0 commit comments

Comments
 (0)