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

16 lines
278 B
YAML
Raw Normal View History

2020-02-21 03:43:20 +00: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 15:18:36 +00:00
node-version: 12.6
2020-02-22 06:19:59 +00:00
- run: which node
2020-02-21 03:43:20 +00:00
- name: Install Dependencies
run: npm install