Skip to content

Commit

Permalink
Merge pull request #2474 from SpareBank1/change-sizes-icons
Browse files Browse the repository at this point in the history
Update workflow for icons and deps.
  • Loading branch information
hagenek authored Jan 14, 2025
2 parents f474381 + b6d9df6 commit 3bfbe4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-ffe-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
run: |
pwd
npm install
working-directory: packages/ffe-icons

- name: Build icons
Expand Down
5 changes: 3 additions & 2 deletions packages/ffe-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"test": "npm run lint"
},
"dependencies": {
"mkdirp": "^1.0.4",
"husky": "^9.1.7",
"mkdirp": "^3.0.1",
"svgstore": "^3.0.1",
"yargs": "^16.0.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.57.0"
Expand Down

0 comments on commit 3bfbe4a

Please sign in to comment.