Skip to content

Bump @types/node from 20.12.12 to 20.12.13 #2174

Bump @types/node from 20.12.12 to 20.12.13

Bump @types/node from 20.12.12 to 20.12.13 #2174

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