Skip to content

Commit d2ff137

Browse files
committed
CI: Use GHA
1 parent 7ed6462 commit d2ff137

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Main
2+
on:
3+
push:
4+
jobs:
5+
tests-14:
6+
name: 'Tests Node 14'
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v2
11+
with:
12+
node-version: '14'
13+
- run: yarn install
14+
- run: yarn test

0 commit comments

Comments
 (0)