Compare commits
3 commits
7200ac365c
...
b770539aaa
Author | SHA1 | Date | |
---|---|---|---|
b770539aaa | |||
d69b804400 | |||
a143b4ebfd |
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build English Version
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.3.10",
|
||||
"minify": "^11.0.1",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss": "^8.4.33",
|
||||
"sass": "^1.69.7",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue