Skip to content

feat(deps): update all dependencies (major) #740

feat(deps): update all dependencies (major)

feat(deps): update all dependencies (major) #740

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['10', '12', '14', '16', '18']
steps:
- uses: actions/checkout@v3
- name: Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
yarn --frozen-lockfile
yarn test