Compare commits
2 commits
2d82610243
...
c4c12c4d7f
Author | SHA1 | Date | |
---|---|---|---|
c4c12c4d7f | |||
e2f5f9c616 |
2 changed files with 4 additions and 4 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
|
||||
|
|
|
@ -28,14 +28,14 @@
|
|||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.3.10",
|
||||
"glob": "^10.3.12",
|
||||
"minify": "^11.1.1",
|
||||
"postcss": "^8.4.37",
|
||||
"postcss": "^8.4.38",
|
||||
"sass": "^1.72.0",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.3",
|
||||
"flag-icons": "^7.2.0"
|
||||
"flag-icons": "^7.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue