Skip to content

chore(deps-dev): bump @types/node from 14.18.63 to 22.5.1 #279

chore(deps-dev): bump @types/node from 14.18.63 to 22.5.1

chore(deps-dev): bump @types/node from 14.18.63 to 22.5.1 #279

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
nodejs: [14]
steps:
- uses: actions/checkout@v2
# https://github.com/actions/setup-node
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.nodejs }}
- run: yarn
- run: yarn add -D esbuild
- run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: Node.js ${{ matrix.node }}