Skip to content

Merge branch 'Fix-631-xero-node' of https://github.com/XeroAPI/xero-n… #530

Merge branch 'Fix-631-xero-node' of https://github.com/XeroAPI/xero-n…

Merge branch 'Fix-631-xero-node' of https://github.com/XeroAPI/xero-n… #530

Workflow file for this run

name: test-hook
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
CI: true