Skip to content

Commit 9c7f4a7

Browse files
committed
Trigger CI
1 parent d734753 commit 9c7f4a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: CI
33
on: [push]
44

55
env:
6-
NODE_VERSION: 12.x
6+
NODE_VERSION: 10.x
77

88
jobs:
99
install:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Trigger CI
1314
- uses: actions/checkout@v2
1415
- name: Use Node ${{ env.NODE_VERSION }}
1516
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)