Skip to content

Update plugin_versions.json #160

Update plugin_versions.json

Update plugin_versions.json #160

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