Skip to content

add a test and github workflows (#7) #3

add a test and github workflows (#7)

add a test and github workflows (#7) #3

Workflow file for this run

name: test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test-javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install-test