Skip to content

Commit 044e04a

Browse files
authored
Fix ci (#116)
* Add npm workspaces. * Remove node 14
1 parent 0b3fa73 commit 044e04a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
node-version:
1616
- 18
1717
- 16
18-
- 14
1918

2019
steps:
2120
- uses: actions/checkout@v3

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.0",
44
"description": "Inline css into an html file.",
55
"main": "index.js",
6+
"workspaces": ["./packages/*"],
67
"dependencies": {
78
"cheerio": "^1.0.0-rc.10",
89
"css-rules": "^1.1.0",

0 commit comments

Comments
 (0)