Skip to content

Commit eb7df1c

Browse files
committed
chore: pipeline support node 18 and 16
1 parent 7ee06b8 commit eb7df1c

File tree

2 files changed

+1
-2
lines changed
  • .github/workflows
  • packages/mock-addon-docs/stories/examples/components/container

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x, 17,x]
12+
node-version: [16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

packages/mock-addon-docs/stories/examples/components/container/styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export const containerStyles = {
22
color: 'CanvasText',
3-
colorScheme: 'light dark',
43
display: 'table',
54
fontFamily: `"Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif`,
65
padding: '0 1rem',

0 commit comments

Comments
 (0)