Skip to content

chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0 #291

chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0

chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0 #291

Workflow file for this run

name: Test
on: push
jobs:
test:
strategy:
matrix:
node-version: [18]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build files
run: npm run build
- name: Run tests
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/coverage/lcov.info