Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojimena committed Sep 26, 2023
1 parent 5665b90 commit 92e59a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: '16'

- name: update yarn
run: yarn upgrade

- name: Install dependencies
run: cd uniEmpleos && yarn

Expand Down
4 changes: 4 additions & 0 deletions uniEmpleos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@
"node-fetch": "^3.3.2",
"storybook": "^7.0.7",
"vite": "^4.4.8"
},
"resolutions": {
"string-width": "compatible_version"
}

}

0 comments on commit 92e59a3

Please sign in to comment.