Skip to content

Merge pull request #61 from hareland/hotfix/allow-more-currencies #26

Merge pull request #61 from hareland/hotfix/allow-more-currencies

Merge pull request #61 from hareland/hotfix/allow-more-currencies #26

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '10.15.0' ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: 'Run tests'
run: npm run test