1
0
mirror of https://gitea.com/gitea/act synced 2025-02-12 02:50:49 +00:00
2020-04-23 08:18:36 -07:00

16 lines
278 B
YAML

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