Skip to content

moving all packages to keyv 5.0.0-rc.1 dependency #2077

moving all packages to keyv 5.0.0-rc.1 dependency

moving all packages to keyv 5.0.0-rc.1 dependency #2077

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Start Services
run: yarn test:services:start
- name: Install Dependencies
run: yarn
- name: Test Packages
run: yarn test