Skip to content

Merge pull request #32 from StarryInternet/dependabot/npm_and_yarn/ch… #56

Merge pull request #32 from StarryInternet/dependabot/npm_and_yarn/ch…

Merge pull request #32 from StarryInternet/dependabot/npm_and_yarn/ch… #56

Workflow file for this run

name: npm test
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '22.x'
- name: Install dependencies
run: npm install
- run: npm run build --if-present
- run: npm test