Skip to content

1474 bundle test

1474 bundle test #1

Workflow file for this run

name: Test NPM package
on:
pull_request:
push:
branches:
- main
jobs:
test-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run test:package