Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/eslint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
name: pr-sizes
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: '20'
cache: 'yarn'
- name: Install base dependencies
run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ dist-ts3.8
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# compiled vitest/vite configs
vitest.config.js
vitest.config.d.ts
vitest.config.js.map

# rrvideo temp output
__rrvideo__temp__
1 change: 0 additions & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"construct-style-sheets-polyfill": "^3.1.0",
"cross-env": "^5.2.0",
"downlevel-dts": "https://github.com/getsentry/downlevel-dts",
"fast-mhtml": "^1.1.9",
"identity-obj-proxy": "^3.0.0",
"ignore-styles": "^5.0.1",
"inquirer": "^9.0.0",
Expand Down
Loading
Loading