File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 14
15
+ node-version : 16
16
16
cache : ' yarn'
17
17
- name : install
18
18
run : yarn install
Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [14 .x, 16 .x]
19
+ node-version : [16 .x, 18 .x]
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
Original file line number Diff line number Diff line change 1
1
{
2
2
"editor.codeActionsOnSave" : {
3
- "source.fixAll.eslint" : true
3
+ "source.fixAll.eslint" : " explicit "
4
4
}
5
5
}
Original file line number Diff line number Diff line change
1
+ 4.3.3 / 2024-01-24
2
+ ==================
3
+
4
+ * Update export property #271
5
+
1
6
4.3.2 / 2023-11-28
2
7
==================
3
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adobe/css-tools" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"description" : " CSS parser / stringifier" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " ./dist/index.cjs" ,
7
7
"module" : " ./dist/index.mjs" ,
8
8
"exports" : {
9
9
"import" : " ./dist/index.mjs" ,
10
+ "types" : " ./dist/types.d.ts" ,
10
11
"require" : " ./dist/index.cjs"
11
12
},
12
13
"types" : " ./dist/types.d.ts" ,
You can’t perform that action at this time.
0 commit comments