Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Bump @pollyjs/adapter-node-http from 5.1.0 to 6.0.6 #101

Bump @pollyjs/adapter-node-http from 5.1.0 to 6.0.6

Bump @pollyjs/adapter-node-http from 5.1.0 to 6.0.6 #101

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Node Modules Cache
uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-build-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test
env:
CI: true