Skip to content

Bump miniflare from 3.20240512.0 to 3.20240524.0 #2164

Bump miniflare from 3.20240512.0 to 3.20240524.0

Bump miniflare from 3.20240512.0 to 3.20240524.0 #2164

on: [push, pull_request]
name: CI - Session storage packages
env:
DISABLE_V8_COMPILE_CACHE: 1
jobs:
CI:
name: CI_Node_${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20, 22]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install
- name: Run session storage tests
run: yarn test:ci_sessions