Skip to content

Commit

Permalink
Merge branch 'staging/chansey' into feat/site-status
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored Apr 17, 2024
2 parents 0ff93cf + 2660b6b commit e73ac83
Show file tree
Hide file tree
Showing 44 changed files with 15,445 additions and 39,901 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- name: Install dependencies
run: npm ci --prefer-offline

- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Lint
id: lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.12.1
v20.10.0
5 changes: 1 addition & 4 deletions declaration.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
declare module '*.css' {
import type { CSSResult } from 'lit';

// import style from './some-styles.css';
const style: CSSResult;
const style: CSSStyleSheet
export default style;
}

Expand Down
Loading

0 comments on commit e73ac83

Please sign in to comment.