Skip to content

Replacing hub command with peter-evans/create-pull-request #150

Replacing hub command with peter-evans/create-pull-request

Replacing hub command with peter-evans/create-pull-request #150

name: nodescript_ci_test
on:
push:
branches:
- master
- "feature/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
node-version: 18.x
- name: run test
run: |
cd nodescriptsTS
npm install
npm test