act/pkg/runner/testdata/node/push.yml

16 lines
278 B
YAML
Raw Normal View History

2020-02-20 21:43:20 -06:00
name: NodeJS Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
2020-04-23 10:18:36 -05:00
node-version: 12.6
2020-02-22 00:19:59 -06:00
- run: which node
2020-02-20 21:43:20 -06:00
- name: Install Dependencies
run: npm install