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:
|
container:
|
||||||
image: node:lts
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build English Version
|
- name: Build English Version
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"minify": "^11.0.1",
|
"minify": "^11.0.1",
|
||||||
"postcss": "^8.4.32",
|
"postcss": "^8.4.33",
|
||||||
"sass": "^1.69.7",
|
"sass": "^1.69.7",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue