We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f474381 commit b6d9df6Copy full SHA for b6d9df6
.github/workflows/update-ffe-icons.yml
@@ -14,10 +14,12 @@ jobs:
14
- name: Setup Node.js
15
uses: actions/setup-node@v2
16
with:
17
- node-version: 18
+ node-version: 20
18
19
- name: Install dependencies
20
- run: npm install
+ run: |
21
+ pwd
22
+ npm install
23
working-directory: packages/ffe-icons
24
25
- name: Build icons
packages/ffe-icons/package.json
@@ -23,9 +23,10 @@
"test": "npm run lint"
},
"dependencies": {
26
- "mkdirp": "^1.0.4",
+ "husky": "^9.1.7",
27
+ "mkdirp": "^3.0.1",
28
"svgstore": "^3.0.1",
- "yargs": "^16.0.0"
29
+ "yargs": "^17.7.2"
30
31
"devDependencies": {
32
"eslint": "^8.57.0"
0 commit comments