Skip to content

Bump @swc/core from 1.5.7 to 1.5.24 #2180

Bump @swc/core from 1.5.7 to 1.5.24

Bump @swc/core from 1.5.7 to 1.5.24 #2180

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