Skip to content

Commit 481820e

Browse files
committed
Add old node test suite
1 parent 2c2e224 commit 481820e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/e2e-old-node.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Old Node
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
timeout-minutes: 10
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v1
12+
with:
13+
node-version: 8
14+
- name: Test
15+
run: tasks/e2e-old-node.sh

0 commit comments

Comments
 (0)