Skip to content

Commit 6d5228a

Browse files
committed
ci: use node 10.x
1 parent c93a0d9 commit 6d5228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Install Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 8.x
15+
node-version: 10.x
1616
- run: yarn install
1717
- run: yarn vscode:prepublish

0 commit comments

Comments
 (0)