summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/node/push.yml
blob: 4dfc80d42c986e55c6c820317c441d1e4ab18adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: NodeJS Test

on: push

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-node@v1
        with:
          node-version: 12.6
      - run: which node
      - name: Install Dependencies
        run: npm install